Class: Aws::GlueDataBrew::Types::DescribeProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeProjectResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time that the project was created.
-
#created_by ⇒ String
The identifier (user name) of the user who created the project.
-
#dataset_name ⇒ String
The dataset associated with the project.
-
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the project.
-
#last_modified_date ⇒ Time
The date and time that the project was last modified.
-
#name ⇒ String
The name of the project.
-
#open_date ⇒ Time
The date and time when the project was opened.
-
#opened_by ⇒ String
The identifier (user name) of the user that opened the project for use.
-
#recipe_name ⇒ String
The recipe associated with this job.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#role_arn ⇒ String
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
-
#sample ⇒ Types::Sample
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
-
#session_status ⇒ String
Describes the current state of the session:.
-
#tags ⇒ Hash<String,String>
Metadata tags associated with this project.
Instance Attribute Details
#create_date ⇒ Time
The date and time that the project was created.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The identifier (user name) of the user who created the project.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The dataset associated with the project.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the project.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
The date and time that the project was last modified.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#open_date ⇒ Time
The date and time when the project was opened.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#opened_by ⇒ String
The identifier (user name) of the user that opened the project for use.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#recipe_name ⇒ String
The recipe associated with this job.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#sample ⇒ Types::Sample
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#session_status ⇒ String
Describes the current state of the session:
PROVISIONING
- allocating resources for the session.INITIALIZING
- getting the session ready for first use.ASSIGNED
- the session is ready for use.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags associated with this project.
2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2194 class DescribeProjectResponse < Struct.new( :create_date, :created_by, :dataset_name, :last_modified_date, :last_modified_by, :name, :recipe_name, :resource_arn, :sample, :role_arn, :tags, :session_status, :opened_by, :open_date) SENSITIVE = [] include Aws::Structure end |