Class: Aws::Types::CreateEnvironmentAccountConnectionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def client_token
  @client_token
end

#codebuild_role_arn ⇒ ::String

Returns the value of attribute codebuild_role_arn.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def codebuild_role_arn
  @codebuild_role_arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def component_role_arn
  @component_role_arn
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def environment_name
  @environment_name
end

#management_account_id ⇒ ::String

Returns the value of attribute management_account_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def 
  @management_account_id
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def role_arn
  @role_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def tags
  @tags
end