Class: Aws::Types::UpdatePoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#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
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def opt_out_list_name @opt_out_list_name end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def pool_id @pool_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#shared_routes_enabled ⇒ Boolean
Returns the value of attribute shared_routes_enabled.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def shared_routes_enabled @shared_routes_enabled end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def two_way_enabled @two_way_enabled end |