Class: Aws::Types::UpdateAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetResponse
- 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.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def arn @arn end |
#asset_details ⇒ Types::AssetDetails
Returns the value of attribute asset_details.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def asset_details @asset_details end |
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def data_set_id @data_set_id end |
#id ⇒ ::String
Returns the value of attribute id.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def revision_id @revision_id end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def source_id @source_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def updated_at @updated_at end |