Class: Aws::Types::DescribeAddonConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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