Class: Aws::CodeStarconnections::Types::CreateConnectionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarconnections/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.

<note markdown=“1”> The ARN is never reused if the connection is deleted.

</note>

Returns:

  • (String)


126
127
128
129
130
131
# File 'lib/aws-sdk-codestarconnections/types.rb', line 126

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

#tagsArray<Types::Tag>

Specifies the tags applied to the resource.

Returns:



126
127
128
129
130
131
# File 'lib/aws-sdk-codestarconnections/types.rb', line 126

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