Class: Aws::Types::WorkspaceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3885
3886
3887
# File 'sig/types.rbs', line 3885

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3887
3888
3889
# File 'sig/types.rbs', line 3887

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3884
3885
3886
# File 'sig/types.rbs', line 3884

def name
  @name
end

#statusTypes::WorkspaceStatus

Returns the value of attribute status.



3886
3887
3888
# File 'sig/types.rbs', line 3886

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3888
3889
3890
# File 'sig/types.rbs', line 3888

def updated_at
  @updated_at
end