Class: Aws::Types::Addon

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_arn::String

Returns the value of attribute addon_arn.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def addon_arn
  @addon_arn
end

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def addon_name
  @addon_name
end

#addon_version::String

Returns the value of attribute addon_version.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def addon_version
  @addon_version
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def cluster_name
  @cluster_name
end

#configuration_values::String

Returns the value of attribute configuration_values.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def configuration_values
  @configuration_values
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


54
55
56
# File 'sig/types.rbs', line 54

def created_at
  @created_at
end

#healthTypes::AddonHealth

Returns the value of attribute health.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def health
  @health
end

#marketplace_informationTypes::MarketplaceInformation

Returns the value of attribute marketplace_information.



60
61
62
# File 'sig/types.rbs', line 60

def marketplace_information
  @marketplace_information
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


55
56
57
# File 'sig/types.rbs', line 55

def modified_at
  @modified_at
end

#namespace_configTypes::AddonNamespaceConfigResponse

Returns the value of attribute namespace_config.



63
64
65
# File 'sig/types.rbs', line 63

def namespace_config
  @namespace_config
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def owner
  @owner
end

#pod_identity_associations::Array[::String]

Returns the value of attribute pod_identity_associations.

Returns:

  • (::Array[::String])


62
63
64
# File 'sig/types.rbs', line 62

def pod_identity_associations
  @pod_identity_associations
end

#publisher::String

Returns the value of attribute publisher.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def publisher
  @publisher
end

#service_account_role_arn::String

Returns the value of attribute service_account_role_arn.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def 
  @service_account_role_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED", "UPDATE_FAILED")


50
51
52
# File 'sig/types.rbs', line 50

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


57
58
59
# File 'sig/types.rbs', line 57

def tags
  @tags
end