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)


9331
9332
9333
# File 'sig/types.rbs', line 9331

def input_data
  @input_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9325
9326
9327
# File 'sig/types.rbs', line 9325

def instance_id
  @instance_id
end

#new_page::String

Returns the value of attribute new_page.

Returns:

  • (::String)


9328
9329
9330
# File 'sig/types.rbs', line 9328

def new_page
  @new_page
end

#page::String

Returns the value of attribute page.

Returns:

  • (::String)


9327
9328
9329
# File 'sig/types.rbs', line 9327

def page
  @page
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


9329
9330
9331
# File 'sig/types.rbs', line 9329

def resource_arn
  @resource_arn
end

#slug::String

Returns the value of attribute slug.

Returns:

  • (::String)


9330
9331
9332
# File 'sig/types.rbs', line 9330

def slug
  @slug
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


9326
9327
9328
# File 'sig/types.rbs', line 9326

def workspace_id
  @workspace_id
end