Class: Aws::Types::DescribeConfigurationRecorderStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationRecorderStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration_recorder_names ⇒ ::Array[::String]
Returns the value of attribute configuration_recorder_names.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
768 769 770 |
# File 'sig/types.rbs', line 768 def arn @arn end |
#configuration_recorder_names ⇒ ::Array[::String]
Returns the value of attribute configuration_recorder_names.
766 767 768 |
# File 'sig/types.rbs', line 766 def configuration_recorder_names @configuration_recorder_names end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
767 768 769 |
# File 'sig/types.rbs', line 767 def service_principal @service_principal end |