Class: Aws::CodeStarconnections::Types::CreateConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::CreateConnectionOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection to be created.
-
#tags ⇒ Array<Types::Tag>
Specifies the tags applied to the resource.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.
142 143 144 145 146 147 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 142 class CreateConnectionOutput < Struct.new( :connection_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Specifies the tags applied to the resource.
142 143 144 145 146 147 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 142 class CreateConnectionOutput < Struct.new( :connection_arn, :tags) SENSITIVE = [] include Aws::Structure end |