Class: Aws::Types::GetWorkspaceResponse

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)


622
623
624
# File 'sig/types.rbs', line 622

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


627
628
629
# File 'sig/types.rbs', line 627

def creation_date_time
  @creation_date_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def description
  @description
end

#linked_services::Array[::String]

Returns the value of attribute linked_services.

Returns:

  • (::Array[::String])


624
625
626
# File 'sig/types.rbs', line 624

def linked_services
  @linked_services
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def role
  @role
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def s3_location
  @s3_location
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


628
629
630
# File 'sig/types.rbs', line 628

def update_date_time
  @update_date_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def workspace_id
  @workspace_id
end