Class: Aws::Types::GetDataSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSetResponse
- 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.
454 455 456 |
# File 'sig/types.rbs', line 454 def arn @arn end |
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
455 456 457 |
# File 'sig/types.rbs', line 455 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
456 457 458 |
# File 'sig/types.rbs', line 456 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
457 458 459 |
# File 'sig/types.rbs', line 457 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
458 459 460 |
# File 'sig/types.rbs', line 458 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
459 460 461 |
# File 'sig/types.rbs', line 459 def name @name end |
#origin ⇒ "OWNED", "ENTITLED"
Returns the value of attribute origin.
460 461 462 |
# File 'sig/types.rbs', line 460 def origin @origin end |
#origin_details ⇒ Types::OriginDetails
Returns the value of attribute origin_details.
461 462 463 |
# File 'sig/types.rbs', line 461 def origin_details @origin_details end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
462 463 464 |
# File 'sig/types.rbs', line 462 def source_id @source_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
463 464 465 |
# File 'sig/types.rbs', line 463 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
464 465 466 |
# File 'sig/types.rbs', line 464 def updated_at @updated_at end |