Class: Aws::Types::CreateRegistrationAssociationResult

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)


316
317
318
# File 'sig/types.rbs', line 316

def iso_country_code
  @iso_country_code
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def phone_number
  @phone_number
end

#registration_arn::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def registration_arn
  @registration_arn
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def registration_id
  @registration_id
end

#registration_type::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def registration_type
  @registration_type
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def resource_type
  @resource_type
end