Class: Aws::Types::WorkspaceAssociationSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceAssociationSearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
9351 9352 9353 |
# File 'sig/types.rbs', line 9351 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
9350 9351 9352 |
# File 'sig/types.rbs', line 9350 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
9353 9354 9355 |
# File 'sig/types.rbs', line 9353 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
9352 9353 9354 |
# File 'sig/types.rbs', line 9352 def resource_type @resource_type end |
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
9349 9350 9351 |
# File 'sig/types.rbs', line 9349 def workspace_arn @workspace_arn end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
9348 9349 9350 |
# File 'sig/types.rbs', line 9348 def workspace_id @workspace_id end |