Class: Aws::Types::UpdateWorkspacePageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspacePageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_data ⇒ ::String
Returns the value of attribute input_data.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#new_page ⇒ ::String
Returns the value of attribute new_page.
-
#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.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#input_data ⇒ ::String
Returns the value of attribute input_data.
9432 9433 9434 |
# File 'sig/types.rbs', line 9432 def input_data @input_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9426 9427 9428 |
# File 'sig/types.rbs', line 9426 def instance_id @instance_id end |
#new_page ⇒ ::String
Returns the value of attribute new_page.
9429 9430 9431 |
# File 'sig/types.rbs', line 9429 def new_page @new_page end |
#page ⇒ ::String
Returns the value of attribute page.
9428 9429 9430 |
# File 'sig/types.rbs', line 9428 def page @page end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
9430 9431 9432 |
# File 'sig/types.rbs', line 9430 def resource_arn @resource_arn end |
#slug ⇒ ::String
Returns the value of attribute slug.
9431 9432 9433 |
# File 'sig/types.rbs', line 9431 def slug @slug end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
9427 9428 9429 |
# File 'sig/types.rbs', line 9427 def workspace_id @workspace_id end |