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_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def dataset_name
  @dataset_name
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def identity_id
  @identity_id
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def identity_pool_id
  @identity_pool_id
end