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)


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.

Returns:



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.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def default_namespace
  @default_namespace
end

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

Returns:

  • (::String)


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

def owner
  @owner
end

#publisher::String

Returns the value of attribute publisher.

Returns:

  • (::String)


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

def publisher
  @publisher
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


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

def type
  @type
end