Class: Aws::Types::ProjectSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


10216
10217
10218
# File 'sig/types.rbs', line 10216

def creation_time
  @creation_time
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


10214
10215
10216
# File 'sig/types.rbs', line 10214

def project_arn
  @project_arn
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


10213
10214
10215
# File 'sig/types.rbs', line 10213

def project_description
  @project_description
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


10215
10216
10217
# File 'sig/types.rbs', line 10215

def project_id
  @project_id
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


10212
10213
10214
# File 'sig/types.rbs', line 10212

def project_name
  @project_name
end

#project_status"Pending", ...

Returns the value of attribute project_status.

Returns:

  • ("Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed")


10217
10218
10219
# File 'sig/types.rbs', line 10217

def project_status
  @project_status
end