Class: Aws::Types::DescribeWorkspaceAssociationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_types::Array[("APPLICATION")]

Returns the value of attribute associated_resource_types.

Returns:

  • (::Array[("APPLICATION")])


697
698
699
# File 'sig/types.rbs', line 697

def associated_resource_types
  @associated_resource_types
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def workspace_id
  @workspace_id
end