Class: Aws::Types::RepositoryCatalogDataInput
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryCatalogDataInput
- 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_image_blob ⇒ ::String
Returns the value of attribute logo_image_blob.
-
#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.
447 448 449 |
# File 'sig/types.rbs', line 447 def about_text @about_text end |
#architectures ⇒ ::Array[::String]
Returns the value of attribute architectures.
444 445 446 |
# File 'sig/types.rbs', line 444 def architectures @architectures end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
445 446 447 |
# File 'sig/types.rbs', line 445 def @operating_systems end |
#usage_text ⇒ ::String
Returns the value of attribute usage_text.
448 449 450 |
# File 'sig/types.rbs', line 448 def usage_text @usage_text end |