Class: Aws::Types::ProviderProperties
- Inherits:
-
Object
- Object
- Aws::Types::ProviderProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intermediate_source_configuration ⇒ Types::IntermediateSourceConfiguration
Returns the value of attribute intermediate_source_configuration.
-
#provider_configuration ⇒ Object
Returns the value of attribute provider_configuration.
-
#provider_service_arn ⇒ ::String
Returns the value of attribute provider_service_arn.
Instance Attribute Details
#intermediate_source_configuration ⇒ Types::IntermediateSourceConfiguration
Returns the value of attribute intermediate_source_configuration.
739 740 741 |
# File 'sig/types.rbs', line 739 def intermediate_source_configuration @intermediate_source_configuration end |
#provider_configuration ⇒ Object
Returns the value of attribute provider_configuration.
738 739 740 |
# File 'sig/types.rbs', line 738 def provider_configuration @provider_configuration end |
#provider_service_arn ⇒ ::String
Returns the value of attribute provider_service_arn.
737 738 739 |
# File 'sig/types.rbs', line 737 def provider_service_arn @provider_service_arn end |