Class: Aws::AppTest::Types::DataSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DataSet
- 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
-
#ccsid ⇒ String
The CCSID of the data set.
-
#format ⇒ String
The format of the data set.
-
#length ⇒ Integer
The length of the data set.
-
#name ⇒ String
The name of the data set.
-
#type ⇒ String
The type of the data set.
Instance Attribute Details
#ccsid ⇒ String
The CCSID of the data set.
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 |
#format ⇒ String
The format of the data set.
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 |
#length ⇒ Integer
The length of the data set.
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 |