Class: Aws::Types::PoolInformation
- Inherits:
-
Object
- Object
- Aws::Types::PoolInformation
- 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.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def @created_timestamp end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def deletion_protection_enabled @deletion_protection_enabled end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def @message_type end |
#opt_out_list_name ⇒ ::String
Returns the value of attribute opt_out_list_name.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def opt_out_list_name @opt_out_list_name end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def pool_id @pool_id end |
#self_managed_opt_outs_enabled ⇒ Boolean
Returns the value of attribute self_managed_opt_outs_enabled.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def self_managed_opt_outs_enabled @self_managed_opt_outs_enabled end |
#shared_routes_enabled ⇒ Boolean
Returns the value of attribute shared_routes_enabled.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def shared_routes_enabled @shared_routes_enabled end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def status @status end |
#two_way_channel_arn ⇒ ::String
Returns the value of attribute two_way_channel_arn.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def two_way_channel_arn @two_way_channel_arn end |
#two_way_channel_role ⇒ ::String
Returns the value of attribute two_way_channel_role.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def two_way_channel_role @two_way_channel_role end |
#two_way_enabled ⇒ Boolean
Returns the value of attribute two_way_enabled.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def two_way_enabled @two_way_enabled end |