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.
9721 9722 9723 |
# File 'sig/types.rbs', line 9721 def input_data @input_data end |
#page ⇒ ::String
Returns the value of attribute page.
9719 9720 9721 |
# File 'sig/types.rbs', line 9719 def page @page end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
9718 9719 9720 |
# File 'sig/types.rbs', line 9718 def resource_arn @resource_arn end |
#slug ⇒ ::String
Returns the value of attribute slug.
9720 9721 9722 |
# File 'sig/types.rbs', line 9720 def slug @slug end |