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)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def input_data
  @input_data
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def instance_id
  @instance_id
end

#page::String

Returns the value of attribute page.

Returns:

  • (::String)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def page
  @page
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def resource_arn
  @resource_arn
end

#slug::String

Returns the value of attribute slug.

Returns:

  • (::String)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def slug
  @slug
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def workspace_id
  @workspace_id
end