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.
-
#messaging_limits ⇒ Types::MessagingLimits
Returns the value of attribute messaging_limits.
-
#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.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def deletion_protection_enabled @deletion_protection_enabled end |
#messaging_limits ⇒ Types::MessagingLimits
Returns the value of attribute messaging_limits.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def messaging_limits @messaging_limits end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def opt_out_list_name @opt_out_list_name end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def pool_id @pool_id end |
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def rcs_agent_arn @rcs_agent_arn end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def rcs_agent_id @rcs_agent_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def status @status end |
#testing_agent ⇒ Types::TestingAgentInformation
Returns the value of attribute testing_agent.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def testing_agent @testing_agent end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 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.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 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.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 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.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 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.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def two_way_rcs_events_enabled @two_way_rcs_events_enabled end |