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.
9590 9591 9592 |
# File 'sig/types.rbs', line 9590 def input_data @input_data end |
#page ⇒ ::String
Returns the value of attribute page.
9588 9589 9590 |
# File 'sig/types.rbs', line 9588 def page @page end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
9587 9588 9589 |
# File 'sig/types.rbs', line 9587 def resource_arn @resource_arn end |
#slug ⇒ ::String
Returns the value of attribute slug.
9589 9590 9591 |
# File 'sig/types.rbs', line 9589 def slug @slug end |