Class: Aws::Types::WorkspacePage
- Inherits:
-
Object
- Object
- Aws::Types::WorkspacePage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_data ⇒ ::String
Returns the value of attribute input_data.
-
#page ⇒ ::String
Returns the value of attribute page.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#slug ⇒ ::String
Returns the value of attribute slug.
Instance Attribute Details
#input_data ⇒ ::String
Returns the value of attribute input_data.
9564 9565 9566 |
# File 'sig/types.rbs', line 9564 def input_data @input_data end |
#page ⇒ ::String
Returns the value of attribute page.
9562 9563 9564 |
# File 'sig/types.rbs', line 9562 def page @page end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
9561 9562 9563 |
# File 'sig/types.rbs', line 9561 def resource_arn @resource_arn end |
#slug ⇒ ::String
Returns the value of attribute slug.
9563 9564 9565 |
# File 'sig/types.rbs', line 9563 def slug @slug end |