Class: Aws::Types::DialRequest
- Inherits:
-
Object
- Object
- Aws::Types::DialRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
103 104 105 |
# File 'sig/types.rbs', line 103 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
101 102 103 |
# File 'sig/types.rbs', line 101 def phone_number @phone_number end |