Module: Aws::CloudTrail::Client::_UpdateEventDataStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEventDataStoreResponse]
- 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
- #retention_period ⇒ ::Integer
- #status ⇒ "CREATED", ...
- #termination_protection_enabled ⇒ Boolean
- #updated_timestamp ⇒ ::Time
Instance Method Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
1042 |
# File 'sig/client.rbs', line 1042 def advanced_event_selectors: () -> ::Array[Types::AdvancedEventSelector] |
#billing_mode ⇒ "EXTENDABLE_RETENTION_PRICING", "FIXED_RETENTION_PRICING"
1050 |
# File 'sig/client.rbs', line 1050 def billing_mode: () -> ("EXTENDABLE_RETENTION_PRICING" | "FIXED_RETENTION_PRICING") |
#created_timestamp ⇒ ::Time
1047 |
# File 'sig/client.rbs', line 1047 def created_timestamp: () -> ::Time |
#event_data_store_arn ⇒ ::String
1039 |
# File 'sig/client.rbs', line 1039 def event_data_store_arn: () -> ::String |
#federation_role_arn ⇒ ::String
1052 |
# File 'sig/client.rbs', line 1052 def federation_role_arn: () -> ::String |
#federation_status ⇒ "ENABLING", ...
1051 |
# File 'sig/client.rbs', line 1051 def federation_status: () -> ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED") |
#kms_key_id ⇒ ::String
1049 |
# File 'sig/client.rbs', line 1049 def kms_key_id: () -> ::String |
#multi_region_enabled ⇒ Boolean
1043 |
# File 'sig/client.rbs', line 1043 def multi_region_enabled: () -> bool |
#name ⇒ ::String
1040 |
# File 'sig/client.rbs', line 1040 def name: () -> ::String |
#organization_enabled ⇒ Boolean
1044 |
# File 'sig/client.rbs', line 1044 def organization_enabled: () -> bool |
#retention_period ⇒ ::Integer
1045 |
# File 'sig/client.rbs', line 1045 def retention_period: () -> ::Integer |
#status ⇒ "CREATED", ...
1041 |
# File 'sig/client.rbs', line 1041 def status: () -> ("CREATED" | "ENABLED" | "PENDING_DELETION" | "STARTING_INGESTION" | "STOPPING_INGESTION" | "STOPPED_INGESTION") |
#termination_protection_enabled ⇒ Boolean
1046 |
# File 'sig/client.rbs', line 1046 def termination_protection_enabled: () -> bool |
#updated_timestamp ⇒ ::Time
1048 |
# File 'sig/client.rbs', line 1048 def updated_timestamp: () -> ::Time |