Class: Aws::Types::SupportedAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_behavior"ASSOCIATE_BEFORE_SUBMIT", ...

Returns the value of attribute association_behavior.

Returns:

  • ("ASSOCIATE_BEFORE_SUBMIT", "ASSOCIATE_ON_APPROVAL", "ASSOCIATE_AFTER_COMPLETE")


2278
2279
2280
# File 'sig/types.rbs', line 2278

def association_behavior
  @association_behavior
end

#disassociation_behavior"DISASSOCIATE_ALL_CLOSES_REGISTRATION", ...

Returns the value of attribute disassociation_behavior.

Returns:

  • ("DISASSOCIATE_ALL_CLOSES_REGISTRATION", "DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION", "DELETE_REGISTRATION_DISASSOCIATES")


2279
2280
2281
# File 'sig/types.rbs', line 2279

def disassociation_behavior
  @disassociation_behavior
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def iso_country_code
  @iso_country_code
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def resource_type
  @resource_type
end