Class: Aws::Types::AssociateConnectionAliasRequest

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)


91
92
93
# File 'sig/types.rbs', line 91

def alias_id
  @alias_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def resource_id
  @resource_id
end