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)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def iso_country_code
  @iso_country_code
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def phone_number
  @phone_number
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def resource_type
  @resource_type
end