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)


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

def dataset_id
  @dataset_id
end

#dataset_version::String

Returns the value of attribute dataset_version.

Returns:

  • (::String)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def dataset_version
  @dataset_version
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def workspace_name
  @workspace_name
end