Class: Aws::CloudFormation::Types::DescribePublisherInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribePublisherInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#publisher_id ⇒ String
The ID of the extension publisher.
Instance Attribute Details
#publisher_id ⇒ String
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.
2691 2692 2693 2694 2695 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2691 class DescribePublisherInput < Struct.new( :publisher_id) SENSITIVE = [] include Aws::Structure end |