Class: Aws::Types::ConnectionAliasAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_account_id::String

Returns the value of attribute associated_account_id.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def 
  @associated_account_id
end

#association_status"NOT_ASSOCIATED", ...

Returns the value of attribute association_status.

Returns:

  • ("NOT_ASSOCIATED", "ASSOCIATED_WITH_OWNER_ACCOUNT", "ASSOCIATED_WITH_SHARED_ACCOUNT", "PENDING_ASSOCIATION", "PENDING_DISASSOCIATION")


210
211
212
# File 'sig/types.rbs', line 210

def association_status
  @association_status
end

#connection_identifier::String

Returns the value of attribute connection_identifier.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def connection_identifier
  @connection_identifier
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def resource_id
  @resource_id
end