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.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def input_data @input_data end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def instance_id @instance_id end |
#page ⇒ ::String
Returns the value of attribute page.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def page @page end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def resource_arn @resource_arn end |
#slug ⇒ ::String
Returns the value of attribute slug.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def slug @slug end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def workspace_id @workspace_id end |