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")


2311
2312
2313
# File 'sig/types.rbs', line 2311

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")


2312
2313
2314
# File 'sig/types.rbs', line 2312

def disassociation_behavior
  @disassociation_behavior
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


2310
2311
2312
# File 'sig/types.rbs', line 2310

def iso_country_code
  @iso_country_code
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def resource_type
  @resource_type
end