Class: Aws::Types::DeleteRcsAgentResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRcsAgentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
-
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
-
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
-
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
-
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
-
#two_way_rcs_events_enabled ⇒ ::Array[::String]
Returns the value of attribute two_way_rcs_events_enabled.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
593 594 595 |
# File 'sig/types.rbs', line 593 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
594 595 596 |
# File 'sig/types.rbs', line 594 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
595 596 597 |
# File 'sig/types.rbs', line 595 def opt_out_list_name @opt_out_list_name end |
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
590 591 592 |
# File 'sig/types.rbs', line 590 def rcs_agent_arn @rcs_agent_arn end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
591 592 593 |
# File 'sig/types.rbs', line 591 def rcs_agent_id @rcs_agent_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
596 597 598 |
# File 'sig/types.rbs', line 596 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
592 593 594 |
# File 'sig/types.rbs', line 592 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
597 598 599 |
# File 'sig/types.rbs', line 597 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
598 599 600 |
# File 'sig/types.rbs', line 598 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
599 600 601 |
# File 'sig/types.rbs', line 599 def two_way_enabled @two_way_enabled end |
#two_way_rcs_events_enabled ⇒ ::Array[::String]
Returns the value of attribute two_way_rcs_events_enabled.
600 601 602 |
# File 'sig/types.rbs', line 600 def two_way_rcs_events_enabled @two_way_rcs_events_enabled end |