Class: Aws::Types::RepositoryCatalogData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#about_text ⇒ ::String

Returns the value of attribute about_text.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def about_text
  @about_text
end

#architectures ⇒ ::Array[::String]

Returns the value of attribute architectures.

Returns:

  • (::Array[::String])


433
434
435
# File 'sig/types.rbs', line 433

def architectures
  @architectures
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def description
  @description
end

#logo_url ⇒ ::String

Returns the value of attribute logo_url.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def logo_url
  @logo_url
end

#marketplace_certified ⇒ Boolean

Returns the value of attribute marketplace_certified.

Returns:

  • (Boolean)


438
439
440
# File 'sig/types.rbs', line 438

def marketplace_certified
  @marketplace_certified
end

#operating_systems ⇒ ::Array[::String]

Returns the value of attribute operating_systems.

Returns:

  • (::Array[::String])


434
435
436
# File 'sig/types.rbs', line 434

def operating_systems
  @operating_systems
end

#usage_text ⇒ ::String

Returns the value of attribute usage_text.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def usage_text
  @usage_text
end