Module: Aws::ObservabilityAdmin::Client::_GetCentralizationRuleForOrganizationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCentralizationRuleForOrganizationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #centralization_rule ⇒ Types::CentralizationRule
- #created_region ⇒ ::String
- #created_time_stamp ⇒ ::Integer
- #creator_account_id ⇒ ::String
- #failure_reason ⇒ "TRUSTED_ACCESS_NOT_ENABLED", ...
- #last_update_time_stamp ⇒ ::Integer
- #rule_arn ⇒ ::String
- #rule_health ⇒ "Healthy", ...
- #rule_name ⇒ ::String
Instance Method Details
#centralization_rule ⇒ Types::CentralizationRule
189 |
# File 'sig/client.rbs', line 189
def centralization_rule: () -> Types::CentralizationRule
|
#created_region ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def created_region: () -> ::String
|
#created_time_stamp ⇒ ::Integer
184 |
# File 'sig/client.rbs', line 184
def created_time_stamp: () -> ::Integer
|
#creator_account_id ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def creator_account_id: () -> ::String
|
#failure_reason ⇒ "TRUSTED_ACCESS_NOT_ENABLED", ...
188 |
# File 'sig/client.rbs', line 188
def failure_reason: () -> ("TRUSTED_ACCESS_NOT_ENABLED" | "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION" | "INTERNAL_SERVER_ERROR")
|
#last_update_time_stamp ⇒ ::Integer
186 |
# File 'sig/client.rbs', line 186
def last_update_time_stamp: () -> ::Integer
|
#rule_arn ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def rule_arn: () -> ::String
|
#rule_health ⇒ "Healthy", ...
187 |
# File 'sig/client.rbs', line 187
def rule_health: () -> ("Healthy" | "Unhealthy" | "Provisioning")
|
#rule_name ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def rule_name: () -> ::String
|