Class: Aws::AppTest::Types::DataSet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Defines a data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ccsidString

The CCSID of the data set.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 675

class DataSet < Struct.new(
  :type,
  :name,
  :ccsid,
  :format,
  :length)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the data set.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 675

class DataSet < Struct.new(
  :type,
  :name,
  :ccsid,
  :format,
  :length)
  SENSITIVE = []
  include Aws::Structure
end

#lengthInteger

The length of the data set.

Returns:

  • (Integer)


675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 675

class DataSet < Struct.new(
  :type,
  :name,
  :ccsid,
  :format,
  :length)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data set.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 675

class DataSet < Struct.new(
  :type,
  :name,
  :ccsid,
  :format,
  :length)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the data set.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 675

class DataSet < Struct.new(
  :type,
  :name,
  :ccsid,
  :format,
  :length)
  SENSITIVE = []
  include Aws::Structure
end