Class: Aws::Types::UpdatePoolResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePoolResult
- 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.
-
#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.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def deletion_protection_enabled @deletion_protection_enabled end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def @message_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def opt_out_list_name @opt_out_list_name end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def pool_id @pool_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#shared_routes_enabled ⇒ Boolean
Returns the value of attribute shared_routes_enabled.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def shared_routes_enabled @shared_routes_enabled end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def two_way_enabled @two_way_enabled end |