Class: Aws::Types::WorkspaceAssociationSearchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


9711
9712
9713
# File 'sig/types.rbs', line 9711

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


9710
9711
9712
# File 'sig/types.rbs', line 9710

def resource_id
  @resource_id
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


9713
9714
9715
# File 'sig/types.rbs', line 9713

def resource_name
  @resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


9712
9713
9714
# File 'sig/types.rbs', line 9712

def resource_type
  @resource_type
end

#workspace_arn::String

Returns the value of attribute workspace_arn.

Returns:

  • (::String)


9709
9710
9711
# File 'sig/types.rbs', line 9709

def workspace_arn
  @workspace_arn
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


9708
9709
9710
# File 'sig/types.rbs', line 9708

def workspace_id
  @workspace_id
end