Class: Aws::Types::GetDatasetOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDatasetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
416 417 418 |
# File 'sig/types.rbs', line 416 def arn @arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
415 416 417 |
# File 'sig/types.rbs', line 415 def dataset_id @dataset_id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
417 418 419 |
# File 'sig/types.rbs', line 417 def kms_key_arn @kms_key_arn end |