Class: Aws::Types::GetAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
410 411 412 |
# File 'sig/types.rbs', line 410 def arn @arn end |
#asset_details ⇒ Types::AssetDetails
Returns the value of attribute asset_details.
411 412 413 |
# File 'sig/types.rbs', line 411 def asset_details @asset_details end |
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
412 413 414 |
# File 'sig/types.rbs', line 412 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
413 414 415 |
# File 'sig/types.rbs', line 413 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
414 415 416 |
# File 'sig/types.rbs', line 414 def data_set_id @data_set_id end |
#id ⇒ ::String
Returns the value of attribute id.
415 416 417 |
# File 'sig/types.rbs', line 415 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
416 417 418 |
# File 'sig/types.rbs', line 416 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
417 418 419 |
# File 'sig/types.rbs', line 417 def revision_id @revision_id end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def source_id @source_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
419 420 421 |
# File 'sig/types.rbs', line 419 def end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
420 421 422 |
# File 'sig/types.rbs', line 420 def updated_at @updated_at end |