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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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