Class: Aws::Types::CreateEventDataStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventDataStoreResponse
- 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.
-
#tags_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_list.
-
#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.
175 176 177 |
# File 'sig/types.rbs', line 175 def advanced_event_selectors @advanced_event_selectors end |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
184 185 186 |
# File 'sig/types.rbs', line 184 def billing_mode @billing_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
181 182 183 |
# File 'sig/types.rbs', line 181 def end |
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
172 173 174 |
# File 'sig/types.rbs', line 172 def event_data_store_arn @event_data_store_arn end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def kms_key_id @kms_key_id end |
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
176 177 178 |
# File 'sig/types.rbs', line 176 def multi_region_enabled @multi_region_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
173 174 175 |
# File 'sig/types.rbs', line 173 def name @name end |
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
177 178 179 |
# File 'sig/types.rbs', line 177 def organization_enabled @organization_enabled end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
178 179 180 |
# File 'sig/types.rbs', line 178 def retention_period @retention_period end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
174 175 176 |
# File 'sig/types.rbs', line 174 def status @status end |
#tags_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_list.
180 181 182 |
# File 'sig/types.rbs', line 180 def end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
179 180 181 |
# File 'sig/types.rbs', line 179 def termination_protection_enabled @termination_protection_enabled end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
182 183 184 |
# File 'sig/types.rbs', line 182 def end |