Class: Aws::Types::AssociateOriginationIdentityRequest

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)


34
35
36
# File 'sig/types.rbs', line 34

def client_token
  @client_token
end

#iso_country_code::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def iso_country_code
  @iso_country_code
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def origination_identity
  @origination_identity
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def pool_id
  @pool_id
end