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]
423 |
# File 'sig/client.rbs', line 423
def advanced_event_selectors: () -> ::Array[Types::AdvancedEventSelector]
|
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
431 |
# File 'sig/client.rbs', line 431
def billing_mode: () -> ("EXTENDABLE_RETENTION_PRICING" | "FIXED_RETENTION_PRICING")
|
#created_timestamp ⇒ ::Time
428 |
# File 'sig/client.rbs', line 428
def created_timestamp: () -> ::Time
|
#event_data_store_arn ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def event_data_store_arn: () -> ::String
|
#federation_role_arn ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def federation_role_arn: () -> ::String
|
#federation_status ⇒ "ENABLING", ...
432 |
# File 'sig/client.rbs', line 432
def federation_status: () -> ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED")
|
#kms_key_id ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def kms_key_id: () -> ::String
|
#multi_region_enabled ⇒ Boolean
424 |
# File 'sig/client.rbs', line 424
def multi_region_enabled: () -> bool
|
#name ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def name: () -> ::String
|
#organization_enabled ⇒ Boolean
425 |
# File 'sig/client.rbs', line 425
def organization_enabled: () -> bool
|
#partition_keys ⇒ ::Array[Types::PartitionKey]
434 |
# File 'sig/client.rbs', line 434
def partition_keys: () -> ::Array[Types::PartitionKey]
|
#retention_period ⇒ ::Integer
426 |
# File 'sig/client.rbs', line 426
def retention_period: () -> ::Integer
|
#status ⇒ "CREATED", ...
422 |
# File 'sig/client.rbs', line 422
def status: () -> ("CREATED" | "ENABLED" | "PENDING_DELETION" | "STARTING_INGESTION" | "STOPPING_INGESTION" | "STOPPED_INGESTION")
|
#termination_protection_enabled ⇒ Boolean
427 |
# File 'sig/client.rbs', line 427
def termination_protection_enabled: () -> bool
|
#updated_timestamp ⇒ ::Time
429 |
# File 'sig/client.rbs', line 429
def updated_timestamp: () -> ::Time
|