Module: Aws::IoT::Client::_DescribeAccountAuditConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAccountAuditConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audit_check_configurations ⇒ ::Hash[::String, Types::AuditCheckConfiguration]
- #audit_notification_target_configurations ⇒ ::Hash[("SNS"), Types::AuditNotificationTarget]
- #role_arn ⇒ ::String
Instance Method Details
#audit_check_configurations ⇒ ::Hash[::String, Types::AuditCheckConfiguration]
1430 |
# File 'sig/client.rbs', line 1430
def audit_check_configurations: () -> ::Hash[::String, Types::AuditCheckConfiguration]
|
#audit_notification_target_configurations ⇒ ::Hash[("SNS"), Types::AuditNotificationTarget]
1429 |
# File 'sig/client.rbs', line 1429
def audit_notification_target_configurations: () -> ::Hash[("SNS"), Types::AuditNotificationTarget]
|
#role_arn ⇒ ::String
1428 |
# File 'sig/client.rbs', line 1428
def role_arn: () -> ::String
|