Module: Aws::CloudTrail::Client::_RestoreEventDataStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestoreEventDataStoreResponse]
- 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
- #kms_key_id ⇒ ::String
- #multi_region_enabled ⇒ Boolean
- #name ⇒ ::String
- #organization_enabled ⇒ Boolean
- #retention_period ⇒ ::Integer
- #status ⇒ "CREATED", ...
- #termination_protection_enabled ⇒ Boolean
- #updated_timestamp ⇒ ::Time
Instance Method Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
855 |
# File 'sig/client.rbs', line 855
def advanced_event_selectors: () -> ::Array[Types::AdvancedEventSelector]
|
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
863 |
# File 'sig/client.rbs', line 863
def billing_mode: () -> ("EXTENDABLE_RETENTION_PRICING" | "FIXED_RETENTION_PRICING")
|
#created_timestamp ⇒ ::Time
860 |
# File 'sig/client.rbs', line 860
def created_timestamp: () -> ::Time
|
#event_data_store_arn ⇒ ::String
852 |
# File 'sig/client.rbs', line 852
def event_data_store_arn: () -> ::String
|
#kms_key_id ⇒ ::String
862 |
# File 'sig/client.rbs', line 862
def kms_key_id: () -> ::String
|
#multi_region_enabled ⇒ Boolean
856 |
# File 'sig/client.rbs', line 856
def multi_region_enabled: () -> bool
|
#name ⇒ ::String
853 |
# File 'sig/client.rbs', line 853
def name: () -> ::String
|
#organization_enabled ⇒ Boolean
857 |
# File 'sig/client.rbs', line 857
def organization_enabled: () -> bool
|
#retention_period ⇒ ::Integer
858 |
# File 'sig/client.rbs', line 858
def retention_period: () -> ::Integer
|
#status ⇒ "CREATED", ...
854 |
# File 'sig/client.rbs', line 854
def status: () -> ("CREATED" | "ENABLED" | "PENDING_DELETION" | "STARTING_INGESTION" | "STOPPING_INGESTION" | "STOPPED_INGESTION")
|
#termination_protection_enabled ⇒ Boolean
859 |
# File 'sig/client.rbs', line 859
def termination_protection_enabled: () -> bool
|
#updated_timestamp ⇒ ::Time
861 |
# File 'sig/client.rbs', line 861
def updated_timestamp: () -> ::Time
|