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