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.
8961 8962 8963 |
# File 'sig/types.rbs', line 8961 def input_data @input_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8955 8956 8957 |
# File 'sig/types.rbs', line 8955 def instance_id @instance_id end |
#new_page ⇒ ::String
Returns the value of attribute new_page.
8958 8959 8960 |
# File 'sig/types.rbs', line 8958 def new_page @new_page end |
#page ⇒ ::String
Returns the value of attribute page.
8957 8958 8959 |
# File 'sig/types.rbs', line 8957 def page @page end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
8959 8960 8961 |
# File 'sig/types.rbs', line 8959 def resource_arn @resource_arn end |
#slug ⇒ ::String
Returns the value of attribute slug.
8960 8961 8962 |
# File 'sig/types.rbs', line 8960 def slug @slug end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
8956 8957 8958 |
# File 'sig/types.rbs', line 8956 def workspace_id @workspace_id end |