Class: Aws::Types::UpdateEventDataStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventDataStoreResponse
- 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.
-
#federation_role_arn ⇒ ::String
Returns the value of attribute federation_role_arn.
-
#federation_status ⇒ "ENABLING", ...
Returns the value of attribute federation_status.
-
#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.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def advanced_event_selectors @advanced_event_selectors end |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def billing_mode @billing_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def end |
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def event_data_store_arn @event_data_store_arn end |
#federation_role_arn ⇒ ::String
Returns the value of attribute federation_role_arn.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def federation_role_arn @federation_role_arn end |
#federation_status ⇒ "ENABLING", ...
Returns the value of attribute federation_status.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def federation_status @federation_status end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def kms_key_id @kms_key_id end |
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def multi_region_enabled @multi_region_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def name @name end |
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def organization_enabled @organization_enabled end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def retention_period @retention_period end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def status @status end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def termination_protection_enabled @termination_protection_enabled end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def end |