Class: Aws::Types::ConfigurationRecorder
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationRecorder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recording_group ⇒ Types::RecordingGroup
Returns the value of attribute recording_group.
-
#recording_mode ⇒ Types::RecordingMode
Returns the value of attribute recording_mode.
-
#recording_scope ⇒ "INTERNAL", "PAID"
Returns the value of attribute recording_scope.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#scope_configuration ⇒ Types::ScopeConfiguration
Returns the value of attribute scope_configuration.
-
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def arn @arn end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
345 346 347 |
# File 'sig/types.rbs', line 345 def connector_arn @connector_arn end |
#name ⇒ ::String
Returns the value of attribute name.
339 340 341 |
# File 'sig/types.rbs', line 339 def name @name end |
#recording_group ⇒ Types::RecordingGroup
Returns the value of attribute recording_group.
341 342 343 |
# File 'sig/types.rbs', line 341 def recording_group @recording_group end |
#recording_mode ⇒ Types::RecordingMode
Returns the value of attribute recording_mode.
342 343 344 |
# File 'sig/types.rbs', line 342 def recording_mode @recording_mode end |
#recording_scope ⇒ "INTERNAL", "PAID"
Returns the value of attribute recording_scope.
343 344 345 |
# File 'sig/types.rbs', line 343 def recording_scope @recording_scope end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
340 341 342 |
# File 'sig/types.rbs', line 340 def role_arn @role_arn end |
#scope_configuration ⇒ Types::ScopeConfiguration
Returns the value of attribute scope_configuration.
346 347 348 |
# File 'sig/types.rbs', line 346 def scope_configuration @scope_configuration end |
#service_principal ⇒ ::String
Returns the value of attribute service_principal.
344 345 346 |
# File 'sig/types.rbs', line 344 def service_principal @service_principal end |