Class: Aws::Types::DisassociateOriginationIdentityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def client_token
  @client_token
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def iso_country_code
  @iso_country_code
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def origination_identity
  @origination_identity
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def pool_id
  @pool_id
end