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)


3926
3927
3928
# File 'sig/types.rbs', line 3926

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3928
3929
3930
# File 'sig/types.rbs', line 3928

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3925
3926
3927
# File 'sig/types.rbs', line 3925

def name
  @name
end

#statusTypes::WorkspaceStatus

Returns the value of attribute status.



3927
3928
3929
# File 'sig/types.rbs', line 3927

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3929
3930
3931
# File 'sig/types.rbs', line 3929

def updated_at
  @updated_at
end