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]
1437 |
# File 'sig/client.rbs', line 1437 def audit_check_configurations: () -> ::Hash[::String, Types::AuditCheckConfiguration] |
#audit_notification_target_configurations ⇒ ::Hash[("SNS"), Types::AuditNotificationTarget]
1436 |
# File 'sig/client.rbs', line 1436 def audit_notification_target_configurations: () -> ::Hash[("SNS"), Types::AuditNotificationTarget] |
#role_arn ⇒ ::String
1435 |
# File 'sig/client.rbs', line 1435 def role_arn: () -> ::String |