Class: Aws::Types::DescribeProjectResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date ⇒ ::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


408
409
410
# File 'sig/types.rbs', line 408

def create_date
  @create_date
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def created_by
  @created_by
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def dataset_name
  @dataset_name
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def last_modified_by
  @last_modified_by
end

#last_modified_date ⇒ ::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


411
412
413
# File 'sig/types.rbs', line 411

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def name
  @name
end

#open_date ⇒ ::Time

Returns the value of attribute open_date.

Returns:

  • (::Time)


421
422
423
# File 'sig/types.rbs', line 421

def open_date
  @open_date
end

#opened_by ⇒ ::String

Returns the value of attribute opened_by.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def opened_by
  @opened_by
end

#recipe_name ⇒ ::String

Returns the value of attribute recipe_name.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def recipe_name
  @recipe_name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def resource_arn
  @resource_arn
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def role_arn
  @role_arn
end

#sample ⇒ Types::Sample

Returns the value of attribute sample.

Returns:



416
417
418
# File 'sig/types.rbs', line 416

def sample
  @sample
end

#session_status ⇒ "ASSIGNED", ...

Returns the value of attribute session_status.

Returns:

  • ("ASSIGNED", "FAILED", "INITIALIZING", "PROVISIONING", "READY", "RECYCLING", "ROTATING", "TERMINATED", "TERMINATING", "UPDATING")


419
420
421
# File 'sig/types.rbs', line 419

def session_status
  @session_status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


418
419
420
# File 'sig/types.rbs', line 418

def tags
  @tags
end