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.
98 99 100 |
# File 'sig/types.rbs', line 98 def addon_name @addon_name end |
#addon_versions ⇒ ::Array[Types::AddonVersionInfo]
Returns the value of attribute addon_versions.
100 101 102 |
# File 'sig/types.rbs', line 100 def addon_versions @addon_versions end |
#default_namespace ⇒ ::String
Returns the value of attribute default_namespace.
104 105 106 |
# File 'sig/types.rbs', line 104 def default_namespace @default_namespace end |
#marketplace_information ⇒ Types::MarketplaceInformation
Returns the value of attribute marketplace_information.
103 104 105 |
# File 'sig/types.rbs', line 103 def marketplace_information @marketplace_information end |
#owner ⇒ ::String
Returns the value of attribute owner.
102 103 104 |
# File 'sig/types.rbs', line 102 def owner @owner end |
#publisher ⇒ ::String
Returns the value of attribute publisher.
101 102 103 |
# File 'sig/types.rbs', line 101 def publisher @publisher end |
#type ⇒ ::String
Returns the value of attribute type.
99 100 101 |
# File 'sig/types.rbs', line 99 def type @type end |