Class: Aws::Types::RcsAgentInformation
- Inherits:
-
Object
- Object
- Aws::Types::RcsAgentInformation
- 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.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#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.
-
#testing_agent ⇒ Types::TestingAgentInformation
Returns the value of attribute testing_agent.
-
#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_media_s3_bucket_name ⇒ ::String
Returns the value of attribute two_way_media_s3_bucket_name.
-
#two_way_media_s3_key_prefix ⇒ ::String
Returns the value of attribute two_way_media_s3_key_prefix.
-
#two_way_media_s3_role ⇒ ::String
Returns the value of attribute two_way_media_s3_role.
-
#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.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def opt_out_list_name @opt_out_list_name end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def pool_id @pool_id end |
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def rcs_agent_arn @rcs_agent_arn end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def rcs_agent_id @rcs_agent_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def status @status end |
#testing_agent ⇒ Types::TestingAgentInformation
Returns the value of attribute testing_agent.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def testing_agent @testing_agent end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def two_way_enabled @two_way_enabled end |
#two_way_media_s3_bucket_name ⇒ ::String
Returns the value of attribute two_way_media_s3_bucket_name.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def two_way_media_s3_bucket_name @two_way_media_s3_bucket_name end |
#two_way_media_s3_key_prefix ⇒ ::String
Returns the value of attribute two_way_media_s3_key_prefix.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def two_way_media_s3_key_prefix @two_way_media_s3_key_prefix end |
#two_way_media_s3_role ⇒ ::String
Returns the value of attribute two_way_media_s3_role.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def two_way_media_s3_role @two_way_media_s3_role end |
#two_way_rcs_events_enabled ⇒ ::Array[::String]
Returns the value of attribute two_way_rcs_events_enabled.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def two_way_rcs_events_enabled @two_way_rcs_events_enabled end |