Class: Aws::Types::WorkspaceDescription

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)


922
923
924
# File 'sig/types.rbs', line 922

def alias
  @alias
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


926
927
928
# File 'sig/types.rbs', line 926

def created_at
  @created_at
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def kms_key_arn
  @kms_key_arn
end

#prometheus_endpoint::String

Returns the value of attribute prometheus_endpoint.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def prometheus_endpoint
  @prometheus_endpoint
end

#statusTypes::WorkspaceStatus

Returns the value of attribute status.



924
925
926
# File 'sig/types.rbs', line 924

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


927
928
929
# File 'sig/types.rbs', line 927

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def workspace_id
  @workspace_id
end