Class: Aws::Types::DescribeAccountAuditConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountAuditConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_check_configurations ⇒ ::Hash[::String, Types::AuditCheckConfiguration]
Returns the value of attribute audit_check_configurations.
-
#audit_notification_target_configurations ⇒ ::Hash[("SNS"), Types::AuditNotificationTarget]
Returns the value of attribute audit_notification_target_configurations.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#audit_check_configurations ⇒ ::Hash[::String, Types::AuditCheckConfiguration]
Returns the value of attribute audit_check_configurations.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def audit_check_configurations @audit_check_configurations end |
#audit_notification_target_configurations ⇒ ::Hash[("SNS"), Types::AuditNotificationTarget]
Returns the value of attribute audit_notification_target_configurations.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def audit_notification_target_configurations @audit_notification_target_configurations end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def role_arn @role_arn end |