Class: Aws::Types::ProviderComponentSchema
- Inherits:
-
Object
- Object
- Aws::Types::ProviderComponentSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provider_schema_attributes ⇒ ::Array[Types::ProviderSchemaAttribute]
Returns the value of attribute provider_schema_attributes.
-
#schemas ⇒ ::Array[::Array[::String]]
Returns the value of attribute schemas.
Instance Attribute Details
#provider_schema_attributes ⇒ ::Array[Types::ProviderSchemaAttribute]
Returns the value of attribute provider_schema_attributes.
700 701 702 |
# File 'sig/types.rbs', line 700 def provider_schema_attributes @provider_schema_attributes end |
#schemas ⇒ ::Array[::Array[::String]]
Returns the value of attribute schemas.
699 700 701 |
# File 'sig/types.rbs', line 699 def schemas @schemas end |