Class: Aws::Types::GetDatasetOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def arn
  @arn
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def kms_key_arn
  @kms_key_arn
end