Class: Aws::Types::AssetEntry
- Inherits:
-
Object
- Object
- Aws::Types::AssetEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_details ⇒ Types::AssetDetails
Returns the value of attribute asset_details.
-
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
78 79 80 |
# File 'sig/types.rbs', line 78 def arn @arn end |
#asset_details ⇒ Types::AssetDetails
Returns the value of attribute asset_details.
79 80 81 |
# File 'sig/types.rbs', line 79 def asset_details @asset_details end |
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
80 81 82 |
# File 'sig/types.rbs', line 80 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
81 82 83 |
# File 'sig/types.rbs', line 81 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def data_set_id @data_set_id end |
#id ⇒ ::String
Returns the value of attribute id.
83 84 85 |
# File 'sig/types.rbs', line 83 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
84 85 86 |
# File 'sig/types.rbs', line 84 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
85 86 87 |
# File 'sig/types.rbs', line 85 def revision_id @revision_id end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def source_id @source_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
87 88 89 |
# File 'sig/types.rbs', line 87 def updated_at @updated_at end |