Class: Aws::Types::AddonInfo
- Inherits:
-
Object
- Object
- Aws::Types::AddonInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#addon_versions ⇒ ::Array[Types::AddonVersionInfo]
Returns the value of attribute addon_versions.
-
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
-
#marketplace_information ⇒ Types::MarketplaceInformation
Returns the value of attribute marketplace_information.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#publisher ⇒ ::String
Returns the value of attribute publisher.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def addon_name @addon_name end |
#addon_versions ⇒ ::Array[Types::AddonVersionInfo]
Returns the value of attribute addon_versions.
81 82 83 |
# File 'sig/types.rbs', line 81 def addon_versions @addon_versions end |
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
85 86 87 |
# File 'sig/types.rbs', line 85 def default_namespace @default_namespace end |
#marketplace_information ⇒ Types::MarketplaceInformation
Returns the value of attribute marketplace_information.
84 85 86 |
# File 'sig/types.rbs', line 84 def marketplace_information @marketplace_information end |
#owner ⇒ ::String
Returns the value of attribute owner.
83 84 85 |
# File 'sig/types.rbs', line 83 def owner @owner end |
#publisher ⇒ ::String
Returns the value of attribute publisher.
82 83 84 |
# File 'sig/types.rbs', line 82 def publisher @publisher end |
#type ⇒ ::String
Returns the value of attribute type.
80 81 82 |
# File 'sig/types.rbs', line 80 def type @type end |