Class: Aws::SageMakerGeospatial::Types::ListEarthObservationJobOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ListEarthObservationJobOutputConfig
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
An object containing information about the output file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
-
#creation_time ⇒ Time
The creation time.
-
#duration_in_seconds ⇒ Integer
The duration of the session, in seconds.
-
#name ⇒ String
The names of the Earth Observation jobs in the list.
-
#operation_type ⇒ String
The operation type for an Earth Observation job.
-
#status ⇒ String
The status of the list of the Earth Observation jobs.
-
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163 class ListEarthObservationJobOutputConfig < Struct.new( :arn, :creation_time, :duration_in_seconds, :name, :operation_type, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163 class ListEarthObservationJobOutputConfig < Struct.new( :arn, :creation_time, :duration_in_seconds, :name, :operation_type, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#duration_in_seconds ⇒ Integer
The duration of the session, in seconds.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163 class ListEarthObservationJobOutputConfig < Struct.new( :arn, :creation_time, :duration_in_seconds, :name, :operation_type, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The names of the Earth Observation jobs in the list.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163 class ListEarthObservationJobOutputConfig < Struct.new( :arn, :creation_time, :duration_in_seconds, :name, :operation_type, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
The operation type for an Earth Observation job.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163 class ListEarthObservationJobOutputConfig < Struct.new( :arn, :creation_time, :duration_in_seconds, :name, :operation_type, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the list of the Earth Observation jobs.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163 class ListEarthObservationJobOutputConfig < Struct.new( :arn, :creation_time, :duration_in_seconds, :name, :operation_type, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163 class ListEarthObservationJobOutputConfig < Struct.new( :arn, :creation_time, :duration_in_seconds, :name, :operation_type, :status, :tags) SENSITIVE = [] include Aws::Structure end |