Class: Aws::Types::ResourceCatalog
- Inherits:
-
Object
- Object
- Aws::Types::ResourceCatalog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#resource_catalog_arn ⇒ ::String
Returns the value of attribute resource_catalog_arn.
-
#resource_catalog_name ⇒ ::String
Returns the value of attribute resource_catalog_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
10532 10533 10534 |
# File 'sig/types.rbs', line 10532 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
10531 10532 10533 |
# File 'sig/types.rbs', line 10531 def description @description end |
#resource_catalog_arn ⇒ ::String
Returns the value of attribute resource_catalog_arn.
10529 10530 10531 |
# File 'sig/types.rbs', line 10529 def resource_catalog_arn @resource_catalog_arn end |
#resource_catalog_name ⇒ ::String
Returns the value of attribute resource_catalog_name.
10530 10531 10532 |
# File 'sig/types.rbs', line 10530 def resource_catalog_name @resource_catalog_name end |