Module: Aws::CloudTrail::Client::_GetEventDataStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventDataStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
- #billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
- #created_timestamp ⇒ ::Time
- #event_data_store_arn ⇒ ::String
- #federation_role_arn ⇒ ::String
- #federation_status ⇒ "ENABLING", ...
- #kms_key_id ⇒ ::String
- #multi_region_enabled ⇒ Boolean
- #name ⇒ ::String
- #organization_enabled ⇒ Boolean
- #partition_keys ⇒ ::Array[Types::PartitionKey]
- #retention_period ⇒ ::Integer
- #status ⇒ "CREATED", ...
- #termination_protection_enabled ⇒ Boolean
- #updated_timestamp ⇒ ::Time
Instance Method Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
425 |
# File 'sig/client.rbs', line 425 def advanced_event_selectors: () -> ::Array[Types::AdvancedEventSelector] |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
433 |
# File 'sig/client.rbs', line 433 def billing_mode: () -> ("EXTENDABLE_RETENTION_PRICING" | "FIXED_RETENTION_PRICING") |
#created_timestamp ⇒ ::Time
430 |
# File 'sig/client.rbs', line 430 def created_timestamp: () -> ::Time |
#event_data_store_arn ⇒ ::String
422 |
# File 'sig/client.rbs', line 422 def event_data_store_arn: () -> ::String |
#federation_role_arn ⇒ ::String
435 |
# File 'sig/client.rbs', line 435 def federation_role_arn: () -> ::String |
#federation_status ⇒ "ENABLING", ...
434 |
# File 'sig/client.rbs', line 434 def federation_status: () -> ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED") |
#kms_key_id ⇒ ::String
432 |
# File 'sig/client.rbs', line 432 def kms_key_id: () -> ::String |
#multi_region_enabled ⇒ Boolean
426 |
# File 'sig/client.rbs', line 426 def multi_region_enabled: () -> bool |
#name ⇒ ::String
423 |
# File 'sig/client.rbs', line 423 def name: () -> ::String |
#organization_enabled ⇒ Boolean
427 |
# File 'sig/client.rbs', line 427 def organization_enabled: () -> bool |
#partition_keys ⇒ ::Array[Types::PartitionKey]
436 |
# File 'sig/client.rbs', line 436 def partition_keys: () -> ::Array[Types::PartitionKey] |
#retention_period ⇒ ::Integer
428 |
# File 'sig/client.rbs', line 428 def retention_period: () -> ::Integer |
#status ⇒ "CREATED", ...
424 |
# File 'sig/client.rbs', line 424 def status: () -> ("CREATED" | "ENABLED" | "PENDING_DELETION" | "STARTING_INGESTION" | "STOPPING_INGESTION" | "STOPPED_INGESTION") |
#termination_protection_enabled ⇒ Boolean
429 |
# File 'sig/client.rbs', line 429 def termination_protection_enabled: () -> bool |
#updated_timestamp ⇒ ::Time
431 |
# File 'sig/client.rbs', line 431 def updated_timestamp: () -> ::Time |