Class: Aws::Types::ProjectSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4993
4994
4995
# File 'sig/types.rbs', line 4993

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


4992
4993
4994
# File 'sig/types.rbs', line 4992

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4989
4990
4991
# File 'sig/types.rbs', line 4989

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


4986
4987
4988
# File 'sig/types.rbs', line 4986

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


4995
4996
4997
# File 'sig/types.rbs', line 4995

def domain_unit_id
  @domain_unit_id
end

#failure_reasons::Array[Types::ProjectDeletionError]

Returns the value of attribute failure_reasons.

Returns:



4991
4992
4993
# File 'sig/types.rbs', line 4991

def failure_reasons
  @failure_reasons
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4987
4988
4989
# File 'sig/types.rbs', line 4987

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4988
4989
4990
# File 'sig/types.rbs', line 4988

def name
  @name
end

#project_category::String

Returns the value of attribute project_category.

Returns:

  • (::String)


4996
4997
4998
# File 'sig/types.rbs', line 4996

def project_category
  @project_category
end

#project_status"ACTIVE", ...

Returns the value of attribute project_status.

Returns:

  • ("ACTIVE", "DELETING", "DELETE_FAILED", "UPDATING", "UPDATE_FAILED", "MOVING")


4990
4991
4992
# File 'sig/types.rbs', line 4990

def project_status
  @project_status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


4994
4995
4996
# File 'sig/types.rbs', line 4994

def updated_at
  @updated_at
end