class
Amazonite::CloudFormation::DescribePublisherInput
- Amazonite::CloudFormation::DescribePublisherInput
- Reference
- Object
Defined in:
cloudformation/describe_publisher_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#publisher_id : String | Nil
The ID of the extension publisher.
-
#publisher_id=(publisher_id : String | Nil)
The ID of the extension publisher.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def publisher_id : String | Nil
#
The ID of the extension publisher.
If you don't supply a PublisherId, and you have registered as an extension publisher,
DescribePublisher returns information about your own publisher account.
def publisher_id=(publisher_id : String | Nil)
#
The ID of the extension publisher.
If you don't supply a PublisherId, and you have registered as an extension publisher,
DescribePublisher returns information about your own publisher account.