Class: Aws::Types::UpdateDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin ⇒ "OWNED", "ENTITLED"
Returns the value of attribute origin.
-
#origin_details ⇒ Types::OriginDetails
Returns the value of attribute origin_details.
-
#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.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def arn @arn end |
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def name @name end |
#origin ⇒ "OWNED", "ENTITLED"
Returns the value of attribute origin.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def origin @origin end |
#origin_details ⇒ Types::OriginDetails
Returns the value of attribute origin_details.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def origin_details @origin_details end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def source_id @source_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def updated_at @updated_at end |