Class: Aws::Types::DialRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number, :attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


103
104
105
# File 'sig/types.rbs', line 103

def attributes
  @attributes
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def client_token
  @client_token
end

#expiration_time ⇒ ::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


102
103
104
# File 'sig/types.rbs', line 102

def expiration_time
  @expiration_time
end

#phone_number ⇒ ::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def phone_number
  @phone_number
end