Class: Aws::Types::CreateDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSetResponse
- 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.
-
#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.
160 161 162 |
# File 'sig/types.rbs', line 160 def arn @arn end |
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
161 162 163 |
# File 'sig/types.rbs', line 161 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
162 163 164 |
# File 'sig/types.rbs', line 162 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
163 164 165 |
# File 'sig/types.rbs', line 163 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
164 165 166 |
# File 'sig/types.rbs', line 164 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
165 166 167 |
# File 'sig/types.rbs', line 165 def name @name end |
#origin ⇒ "OWNED", "ENTITLED"
Returns the value of attribute origin.
166 167 168 |
# File 'sig/types.rbs', line 166 def origin @origin end |
#origin_details ⇒ Types::OriginDetails
Returns the value of attribute origin_details.
167 168 169 |
# File 'sig/types.rbs', line 167 def origin_details @origin_details end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def source_id @source_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
169 170 171 |
# File 'sig/types.rbs', line 169 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
170 171 172 |
# File 'sig/types.rbs', line 170 def updated_at @updated_at end |