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.
836 837 838 |
# File 'sig/types.rbs', line 836 def addon_name @addon_name end |
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
837 838 839 |
# File 'sig/types.rbs', line 837 def addon_version @addon_version end |
#configuration_schema ⇒ ::String
Returns the value of attribute configuration_schema.
838 839 840 |
# File 'sig/types.rbs', line 838 def configuration_schema @configuration_schema end |
#pod_identity_configuration ⇒ ::Array[Types::AddonPodIdentityConfiguration]
Returns the value of attribute pod_identity_configuration.
839 840 841 |
# File 'sig/types.rbs', line 839 def pod_identity_configuration @pod_identity_configuration end |