Class: Aws::Types::ProviderIdNameSpaceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProviderIdNameSpaceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#provider_source_configuration_definition ⇒ Object
Returns the value of attribute provider_source_configuration_definition.
-
#provider_target_configuration_definition ⇒ Object
Returns the value of attribute provider_target_configuration_definition.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
716 717 718 |
# File 'sig/types.rbs', line 716 def description @description end |
#provider_source_configuration_definition ⇒ Object
Returns the value of attribute provider_source_configuration_definition.
718 719 720 |
# File 'sig/types.rbs', line 718 def provider_source_configuration_definition @provider_source_configuration_definition end |
#provider_target_configuration_definition ⇒ Object
Returns the value of attribute provider_target_configuration_definition.
717 718 719 |
# File 'sig/types.rbs', line 717 def provider_target_configuration_definition @provider_target_configuration_definition end |