Class: Aws::Types::ProjectProfileSummary

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)


4979
4980
4981
# File 'sig/types.rbs', line 4979

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


4978
4979
4980
# File 'sig/types.rbs', line 4978

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4976
4977
4978
# File 'sig/types.rbs', line 4976

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


4973
4974
4975
# File 'sig/types.rbs', line 4973

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


4981
4982
4983
# File 'sig/types.rbs', line 4981

def domain_unit_id
  @domain_unit_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4974
4975
4976
# File 'sig/types.rbs', line 4974

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


4980
4981
4982
# File 'sig/types.rbs', line 4980

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4975
4976
4977
# File 'sig/types.rbs', line 4975

def name
  @name
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


4977
4978
4979
# File 'sig/types.rbs', line 4977

def status
  @status
end