Class: Aws::Types::PutServiceLinkedConfigurationRecorderRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutServiceLinkedConfigurationRecorderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def service_principal @service_principal end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def @tags end |