Class: Aws::Types::DescribeDataSetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_setTypes::DataSet

Returns the value of attribute data_set.

Returns:



4658
4659
4660
# File 'sig/types.rbs', line 4658

def data_set
  @data_set
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4659
4660
4661
# File 'sig/types.rbs', line 4659

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4660
4661
4662
# File 'sig/types.rbs', line 4660

def status
  @status
end