Class: Aws::Types::GetEventDataStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventDataStoreResponse
- 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.
-
#partition_keys ⇒ ::Array[Types::PartitionKey]
Returns the value of attribute partition_keys.
-
#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.
479 480 481 |
# File 'sig/types.rbs', line 479 def advanced_event_selectors @advanced_event_selectors end |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
Returns the value of attribute billing_mode.
487 488 489 |
# File 'sig/types.rbs', line 487 def billing_mode @billing_mode end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
484 485 486 |
# File 'sig/types.rbs', line 484 def end |
#event_data_store_arn ⇒ ::String
Returns the value of attribute event_data_store_arn.
476 477 478 |
# File 'sig/types.rbs', line 476 def event_data_store_arn @event_data_store_arn end |
#federation_role_arn ⇒ ::String
Returns the value of attribute federation_role_arn.
489 490 491 |
# File 'sig/types.rbs', line 489 def federation_role_arn @federation_role_arn end |
#federation_status ⇒ "ENABLING", ...
Returns the value of attribute federation_status.
488 489 490 |
# File 'sig/types.rbs', line 488 def federation_status @federation_status end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
486 487 488 |
# File 'sig/types.rbs', line 486 def kms_key_id @kms_key_id end |
#multi_region_enabled ⇒ Boolean
Returns the value of attribute multi_region_enabled.
480 481 482 |
# File 'sig/types.rbs', line 480 def multi_region_enabled @multi_region_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
477 478 479 |
# File 'sig/types.rbs', line 477 def name @name end |
#organization_enabled ⇒ Boolean
Returns the value of attribute organization_enabled.
481 482 483 |
# File 'sig/types.rbs', line 481 def organization_enabled @organization_enabled end |
#partition_keys ⇒ ::Array[Types::PartitionKey]
Returns the value of attribute partition_keys.
490 491 492 |
# File 'sig/types.rbs', line 490 def partition_keys @partition_keys end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
482 483 484 |
# File 'sig/types.rbs', line 482 def retention_period @retention_period end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
478 479 480 |
# File 'sig/types.rbs', line 478 def status @status end |
#termination_protection_enabled ⇒ Boolean
Returns the value of attribute termination_protection_enabled.
483 484 485 |
# File 'sig/types.rbs', line 483 def termination_protection_enabled @termination_protection_enabled end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
485 486 487 |
# File 'sig/types.rbs', line 485 def end |