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_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


3222
3223
3224
# File 'sig/types.rbs', line 3222

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3221
3222
3223
# File 'sig/types.rbs', line 3221

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3219
3220
3221
# File 'sig/types.rbs', line 3219

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


3223
3224
3225
# File 'sig/types.rbs', line 3223

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3220
3221
3222
# File 'sig/types.rbs', line 3220

def name
  @name
end