Class: Aws::Types::CreateRcsAgentResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateRcsAgentResult
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
290 291 292 |
# File 'sig/types.rbs', line 290 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
288 289 290 |
# File 'sig/types.rbs', line 288 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
289 290 291 |
# File 'sig/types.rbs', line 289 def opt_out_list_name @opt_out_list_name end |
#rcs_agent_arn ⇒ ::String
Returns the value of attribute rcs_agent_arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def rcs_agent_arn @rcs_agent_arn end |
#rcs_agent_id ⇒ ::String
Returns the value of attribute rcs_agent_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def rcs_agent_id @rcs_agent_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
291 292 293 |
# File 'sig/types.rbs', line 291 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
287 288 289 |
# File 'sig/types.rbs', line 287 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
299 300 301 |
# File 'sig/types.rbs', line 299 def @tags end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
292 293 294 |
# File 'sig/types.rbs', line 292 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
293 294 295 |
# File 'sig/types.rbs', line 293 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
294 295 296 |
# File 'sig/types.rbs', line 294 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.
295 296 297 |
# File 'sig/types.rbs', line 295 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.
296 297 298 |
# File 'sig/types.rbs', line 296 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.
297 298 299 |
# File 'sig/types.rbs', line 297 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.
298 299 300 |
# File 'sig/types.rbs', line 298 def two_way_rcs_events_enabled @two_way_rcs_events_enabled end |