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