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)


72
73
74
# File 'sig/types.rbs', line 72

def addon_arn
  @addon_arn
end

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def addon_name
  @addon_name
end

#addon_version::String

Returns the value of attribute addon_version.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def addon_version
  @addon_version
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def cluster_name
  @cluster_name
end

#configuration_values::String

Returns the value of attribute configuration_values.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def configuration_values
  @configuration_values
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


73
74
75
# File 'sig/types.rbs', line 73

def created_at
  @created_at
end

#healthTypes::AddonHealth

Returns the value of attribute health.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def health
  @health
end

#marketplace_informationTypes::MarketplaceInformation

Returns the value of attribute marketplace_information.



79
80
81
# File 'sig/types.rbs', line 79

def marketplace_information
  @marketplace_information
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


74
75
76
# File 'sig/types.rbs', line 74

def modified_at
  @modified_at
end

#namespace_configTypes::AddonNamespaceConfigResponse

Returns the value of attribute namespace_config.



82
83
84
# File 'sig/types.rbs', line 82

def namespace_config
  @namespace_config
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def owner
  @owner
end

#pod_identity_associations::Array[::String]

Returns the value of attribute pod_identity_associations.

Returns:

  • (::Array[::String])


81
82
83
# File 'sig/types.rbs', line 81

def pod_identity_associations
  @pod_identity_associations
end

#publisher::String

Returns the value of attribute publisher.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def publisher
  @publisher
end

#service_account_role_arn::String

Returns the value of attribute service_account_role_arn.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

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")


69
70
71
# File 'sig/types.rbs', line 69

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


76
77
78
# File 'sig/types.rbs', line 76

def tags
  @tags
end