Class: Aws::LookoutforVision::Types::ProjectMetadata

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

Overview

Metadata about an Amazon Lookout for Vision project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The unix timestamp for the date and time that the project was created.

Returns:

  • (Time)


1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1585

class ProjectMetadata < Struct.new(
  :project_arn,
  :project_name,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1585

class ProjectMetadata < Struct.new(
  :project_arn,
  :project_name,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1585

class ProjectMetadata < Struct.new(
  :project_arn,
  :project_name,
  :creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end