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)


8951
8952
8953
# File 'sig/types.rbs', line 8951

def input_data
  @input_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8945
8946
8947
# File 'sig/types.rbs', line 8945

def instance_id
  @instance_id
end

#new_page::String

Returns the value of attribute new_page.

Returns:

  • (::String)


8948
8949
8950
# File 'sig/types.rbs', line 8948

def new_page
  @new_page
end

#page::String

Returns the value of attribute page.

Returns:

  • (::String)


8947
8948
8949
# File 'sig/types.rbs', line 8947

def page
  @page
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


8949
8950
8951
# File 'sig/types.rbs', line 8949

def resource_arn
  @resource_arn
end

#slug::String

Returns the value of attribute slug.

Returns:

  • (::String)


8950
8951
8952
# File 'sig/types.rbs', line 8950

def slug
  @slug
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


8946
8947
8948
# File 'sig/types.rbs', line 8946

def workspace_id
  @workspace_id
end