Class: Aws::Types::DisassociateOriginationIdentityResult

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)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def iso_country_code
  @iso_country_code
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def origination_identity
  @origination_identity
end

#origination_identity_arn::String

Returns the value of attribute origination_identity_arn.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def origination_identity_arn
  @origination_identity_arn
end

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def pool_arn
  @pool_arn
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def pool_id
  @pool_id
end