Class: Aws::Glue::Types::AssetTypeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::AssetTypeItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A summary of an asset type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the asset type.
-
#name ⇒ String
The name of the asset type.
Instance Attribute Details
#id ⇒ String
The identifier of the asset type.
504 505 506 507 508 509 |
# File 'lib/aws-sdk-glue/types.rb', line 504 class AssetTypeItem < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the asset type.
504 505 506 507 508 509 |
# File 'lib/aws-sdk-glue/types.rb', line 504 class AssetTypeItem < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |