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)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def description
  @description
end

#linked_services::Array[::String]

Returns the value of attribute linked_services.

Returns:

  • (::Array[::String])


1268
1269
1270
# File 'sig/types.rbs', line 1268

def linked_services
  @linked_services
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def update_date_time
  @update_date_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def workspace_id
  @workspace_id
end