Class: Aws::Types::RepositoryCatalogDataInput

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)


447
448
449
# File 'sig/types.rbs', line 447

def about_text
  @about_text
end

#architectures ⇒ ::Array[::String]

Returns the value of attribute architectures.

Returns:

  • (::Array[::String])


444
445
446
# File 'sig/types.rbs', line 444

def architectures
  @architectures
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def description
  @description
end

#logo_image_blob ⇒ ::String

Returns the value of attribute logo_image_blob.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def logo_image_blob
  @logo_image_blob
end

#operating_systems ⇒ ::Array[::String]

Returns the value of attribute operating_systems.

Returns:

  • (::Array[::String])


445
446
447
# File 'sig/types.rbs', line 445

def operating_systems
  @operating_systems
end

#usage_text ⇒ ::String

Returns the value of attribute usage_text.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def usage_text
  @usage_text
end