Class: Aws::Types::RegistrationAssociationMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def iso_country_code
  @iso_country_code
end

#phone_number ⇒ ::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def phone_number
  @phone_number
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def resource_arn
  @resource_arn
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def resource_type
  @resource_type
end