Class: Aws::Types::RestoreEventDataStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestoreEventDataStoreResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
-
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def advanced_event_selectors @advanced_event_selectors end |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def billing_mode @billing_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def end |
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def event_data_store_arn @event_data_store_arn end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def kms_key_id @kms_key_id end |
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def multi_region_enabled @multi_region_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def name @name end |
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def organization_enabled @organization_enabled end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def retention_period @retention_period end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def status @status end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def termination_protection_enabled @termination_protection_enabled end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def end |