Class: Aws::Types::DescribeConfigurationRecordersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationRecordersRequest
- 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.
780 781 782 |
# File 'sig/types.rbs', line 780 def arn @arn end |
#configuration_recorder_names ⇒ ::Array[::String]
Returns the value of attribute configuration_recorder_names.
778 779 780 |
# File 'sig/types.rbs', line 778 def configuration_recorder_names @configuration_recorder_names end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
779 780 781 |
# File 'sig/types.rbs', line 779 def service_principal @service_principal end |