Class: Aws::Types::RepositoryCatalogData
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryCatalogData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#about_text ⇒ ::String
Returns the value of attribute about_text.
-
#architectures ⇒ ::Array[::String]
Returns the value of attribute architectures.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
-
#marketplace_certified ⇒ Boolean
Returns the value of attribute marketplace_certified.
-
#operating_systems ⇒ ::Array[::String]
Returns the value of attribute operating_systems.
-
#usage_text ⇒ ::String
Returns the value of attribute usage_text.
Instance Attribute Details
#about_text ⇒ ::String
Returns the value of attribute about_text.
436 437 438 |
# File 'sig/types.rbs', line 436 def about_text @about_text end |
#architectures ⇒ ::Array[::String]
Returns the value of attribute architectures.
433 434 435 |
# File 'sig/types.rbs', line 433 def architectures @architectures end |
#description ⇒ ::String
Returns the value of attribute description.
432 433 434 |
# File 'sig/types.rbs', line 432 def description @description end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
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.
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.
434 435 436 |
# File 'sig/types.rbs', line 434 def @operating_systems end |
#usage_text ⇒ ::String
Returns the value of attribute usage_text.
437 438 439 |
# File 'sig/types.rbs', line 437 def usage_text @usage_text end |