Class: Aws::Types::AssociateOriginationIdentityResult

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)


43
44
45
# File 'sig/types.rbs', line 43

def iso_country_code
  @iso_country_code
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def origination_identity
  @origination_identity
end

#origination_identity_arn::String

Returns the value of attribute origination_identity_arn.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def origination_identity_arn
  @origination_identity_arn
end

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def pool_arn
  @pool_arn
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def pool_id
  @pool_id
end