Class: Aws::Types::ProfileOutboundRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProfileOutboundRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#event_trigger_context ⇒ Types::EventTriggerContext
Returns the value of attribute event_trigger_context.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
564 565 566 |
# File 'sig/types.rbs', line 564 def client_token @client_token end |
#event_trigger_context ⇒ Types::EventTriggerContext
Returns the value of attribute event_trigger_context.
567 568 569 |
# File 'sig/types.rbs', line 567 def event_trigger_context @event_trigger_context end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
566 567 568 |
# File 'sig/types.rbs', line 566 def expiration_time @expiration_time end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def profile_id @profile_id end |