Class: Aws::Types::DeletePoolResult
- Inherits:
-
Object
- Object
- Aws::Types::DeletePoolResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
-
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
-
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
-
#shared_routes_enabled ⇒ Boolean
Returns the value of attribute shared_routes_enabled.
-
#status ⇒ "CREATING", ...
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.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
549 550 551 |
# File 'sig/types.rbs', line 549 def @created_timestamp end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
542 543 544 |
# File 'sig/types.rbs', line 542 def @message_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def opt_out_list_name @opt_out_list_name end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
539 540 541 |
# File 'sig/types.rbs', line 539 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def pool_id @pool_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
546 547 548 |
# File 'sig/types.rbs', line 546 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#shared_routes_enabled ⇒ Boolean
Returns the value of attribute shared_routes_enabled.
548 549 550 |
# File 'sig/types.rbs', line 548 def shared_routes_enabled @shared_routes_enabled end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
541 542 543 |
# File 'sig/types.rbs', line 541 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
544 545 546 |
# File 'sig/types.rbs', line 544 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
545 546 547 |
# File 'sig/types.rbs', line 545 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
543 544 545 |
# File 'sig/types.rbs', line 543 def two_way_enabled @two_way_enabled end |