Class: Aws::Types::UpdateWorkspacePageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_data::String

Returns the value of attribute input_data.

Returns:

  • (::String)


9154
9155
9156
# File 'sig/types.rbs', line 9154

def input_data
  @input_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9148
9149
9150
# File 'sig/types.rbs', line 9148

def instance_id
  @instance_id
end

#new_page::String

Returns the value of attribute new_page.

Returns:

  • (::String)


9151
9152
9153
# File 'sig/types.rbs', line 9151

def new_page
  @new_page
end

#page::String

Returns the value of attribute page.

Returns:

  • (::String)


9150
9151
9152
# File 'sig/types.rbs', line 9150

def page
  @page
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


9152
9153
9154
# File 'sig/types.rbs', line 9152

def resource_arn
  @resource_arn
end

#slug::String

Returns the value of attribute slug.

Returns:

  • (::String)


9153
9154
9155
# File 'sig/types.rbs', line 9153

def slug
  @slug
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


9149
9150
9151
# File 'sig/types.rbs', line 9149

def workspace_id
  @workspace_id
end