Class: Aws::Types::CreateWorkspacePageRequest

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)


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.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def instance_id
  @instance_id
end

#page::String

Returns the value of attribute page.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def page
  @page
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def resource_arn
  @resource_arn
end

#slug::String

Returns the value of attribute slug.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def slug
  @slug
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def workspace_id
  @workspace_id
end