Class: Aws::Types::DataSetEntry
- Inherits:
-
Object
- Object
- Aws::Types::DataSetEntry
- 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.
266 267 268 |
# File 'sig/types.rbs', line 266 def arn @arn end |
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
267 268 269 |
# File 'sig/types.rbs', line 267 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
268 269 270 |
# File 'sig/types.rbs', line 268 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
269 270 271 |
# File 'sig/types.rbs', line 269 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
270 271 272 |
# File 'sig/types.rbs', line 270 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
271 272 273 |
# File 'sig/types.rbs', line 271 def name @name end |
#origin ⇒ "OWNED", "ENTITLED"
Returns the value of attribute origin.
272 273 274 |
# File 'sig/types.rbs', line 272 def origin @origin end |
#origin_details ⇒ Types::OriginDetails
Returns the value of attribute origin_details.
273 274 275 |
# File 'sig/types.rbs', line 273 def origin_details @origin_details end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def source_id @source_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
275 276 277 |
# File 'sig/types.rbs', line 275 def updated_at @updated_at end |