Class: Aws::Types::PutThirdPartyServiceLinkedConfigurationRecorderRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutThirdPartyServiceLinkedConfigurationRecorderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#scope_configuration ⇒ Types::ScopeConfiguration
Returns the value of attribute scope_configuration.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def connector_arn @connector_arn end |
#scope_configuration ⇒ Types::ScopeConfiguration
Returns the value of attribute scope_configuration.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def scope_configuration @scope_configuration end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def service_principal @service_principal end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def @tags end |