Class: Aws::Types::DescribeDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def dataset_id
  @dataset_id
end

#dataset_version::String

Returns the value of attribute dataset_version.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def dataset_version
  @dataset_version
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def workspace_name
  @workspace_name
end