Class: Aws::Types::CreateWorkspacePageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspacePageRequest
- 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.
-
#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.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def input_data @input_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def instance_id @instance_id end |
#page ⇒ ::String
Returns the value of attribute page.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def page @page end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def resource_arn @resource_arn end |
#slug ⇒ ::String
Returns the value of attribute slug.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def slug @slug end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def workspace_id @workspace_id end |