Class: Aws::Types::OutboundRequest
- Inherits:
-
Object
- Object
- Aws::Types::OutboundRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_subtype_parameters ⇒ Types::ChannelSubtypeParameters
Returns the value of attribute channel_subtype_parameters.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
Instance Attribute Details
#channel_subtype_parameters ⇒ Types::ChannelSubtypeParameters
Returns the value of attribute channel_subtype_parameters.
530 531 532 |
# File 'sig/types.rbs', line 530 def channel_subtype_parameters @channel_subtype_parameters end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
528 529 530 |
# File 'sig/types.rbs', line 528 def client_token @client_token end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
529 530 531 |
# File 'sig/types.rbs', line 529 def expiration_time @expiration_time end |