Class: Aws::Types::ProviderEndpointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProviderEndpointConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MarketplaceConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marketplace_configuration ⇒ Types::ProviderMarketplaceConfiguration
Returns the value of attribute marketplace_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#marketplace_configuration ⇒ Types::ProviderMarketplaceConfiguration
Returns the value of attribute marketplace_configuration.
705 706 707 |
# File 'sig/types.rbs', line 705 def marketplace_configuration @marketplace_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
706 707 708 |
# File 'sig/types.rbs', line 706 def unknown @unknown end |