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.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def deletion_protection_enabled @deletion_protection_enabled end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def opt_out_list_name @opt_out_list_name end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def pool_id @pool_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#shared_routes_enabled ⇒ Boolean
Returns the value of attribute shared_routes_enabled.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def shared_routes_enabled @shared_routes_enabled end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def two_way_enabled @two_way_enabled end |