Class: Aws::CodeConnections::Types::CreateConnectionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

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 Amazon Web Services services.

The ARN is never reused if the connection is deleted.

Returns:

  • (String)


167
168
169
170
171
172
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 167

class CreateConnectionOutput < Struct.new(
  :connection_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Specifies the tags applied to the resource.

Returns:



167
168
169
170
171
172
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 167

class CreateConnectionOutput < Struct.new(
  :connection_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end