Class: Aws::Types::ConnectionAlias

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_id::String

Returns the value of attribute alias_id.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def alias_id
  @alias_id
end

#associations::Array[Types::ConnectionAliasAssociation]

Returns the value of attribute associations.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def associations
  @associations
end

#connection_string::String

Returns the value of attribute connection_string.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def connection_string
  @connection_string
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def 
  @owner_account_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "DELETING")


203
204
205
# File 'sig/types.rbs', line 203

def state
  @state
end