Class: Aws::Types::GetDataSetDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blocksize::Integer

Returns the value of attribute blocksize.

Returns:

  • (::Integer)


532
533
534
# File 'sig/types.rbs', line 532

def blocksize
  @blocksize
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


533
534
535
# File 'sig/types.rbs', line 533

def creation_time
  @creation_time
end

#data_set_name::String

Returns the value of attribute data_set_name.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def data_set_name
  @data_set_name
end

#data_set_orgTypes::DatasetDetailOrgAttributes

Returns the value of attribute data_set_org.



535
536
537
# File 'sig/types.rbs', line 535

def data_set_org
  @data_set_org
end

#file_size::Integer

Returns the value of attribute file_size.

Returns:

  • (::Integer)


536
537
538
# File 'sig/types.rbs', line 536

def file_size
  @file_size
end

#last_referenced_time::Time

Returns the value of attribute last_referenced_time.

Returns:

  • (::Time)


537
538
539
# File 'sig/types.rbs', line 537

def last_referenced_time
  @last_referenced_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


538
539
540
# File 'sig/types.rbs', line 538

def last_updated_time
  @last_updated_time
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def location
  @location
end

#record_length::Integer

Returns the value of attribute record_length.

Returns:

  • (::Integer)


540
541
542
# File 'sig/types.rbs', line 540

def record_length
  @record_length
end