Class: Aws::Types::DescribeAddonConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAddonConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
-
#configuration_schema ⇒ ::String
Returns the value of attribute configuration_schema.
-
#pod_identity_configuration ⇒ ::Array[Types::AddonPodIdentityConfiguration]
Returns the value of attribute pod_identity_configuration.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
753 754 755 |
# File 'sig/types.rbs', line 753 def addon_name @addon_name end |
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
754 755 756 |
# File 'sig/types.rbs', line 754 def addon_version @addon_version end |
#configuration_schema ⇒ ::String
Returns the value of attribute configuration_schema.
755 756 757 |
# File 'sig/types.rbs', line 755 def configuration_schema @configuration_schema end |
#pod_identity_configuration ⇒ ::Array[Types::AddonPodIdentityConfiguration]
Returns the value of attribute pod_identity_configuration.
756 757 758 |
# File 'sig/types.rbs', line 756 def pod_identity_configuration @pod_identity_configuration end |