Class: Aws::CloudFormation::Types::RegisterPublisherOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RegisterPublisherOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#publisher_id ⇒ String
The ID assigned this account by CloudFormation for publishing extensions.
Instance Attribute Details
#publisher_id ⇒ String
The ID assigned this account by CloudFormation for publishing extensions.
6467 6468 6469 6470 6471 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6467 class RegisterPublisherOutput < Struct.new( :publisher_id) SENSITIVE = [] include Aws::Structure end |