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

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def alias
  @alias
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


942
943
944
# File 'sig/types.rbs', line 942

def created_at
  @created_at
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def kms_key_arn
  @kms_key_arn
end

#statusTypes::WorkspaceStatus

Returns the value of attribute status.



941
942
943
# File 'sig/types.rbs', line 941

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


943
944
945
# File 'sig/types.rbs', line 943

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def workspace_id
  @workspace_id
end