Class: Aws::Types::UpdateEventDataStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventDataStoreRequest
- 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.
-
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
-
#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.
-
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
Instance Attribute Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def advanced_event_selectors @advanced_event_selectors end |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def billing_mode @billing_mode end |
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def event_data_store @event_data_store end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def kms_key_id @kms_key_id end |
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def multi_region_enabled @multi_region_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def name @name end |
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def organization_enabled @organization_enabled end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def retention_period @retention_period end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def termination_protection_enabled @termination_protection_enabled end |