Class: Aws::Types::AddonInfo

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)


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.

Returns:



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.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def default_namespace
  @default_namespace
end

#marketplace_informationTypes::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.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def owner
  @owner
end

#publisher::String

Returns the value of attribute publisher.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def publisher
  @publisher
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def type
  @type
end