Class: Aws::Types::ModifyInstancePlacementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#affinity"default", "host"

Returns the value of attribute affinity.

Returns:

  • ("default", "host")


13574
13575
13576
# File 'sig/types.rbs', line 13574

def affinity
  @affinity
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


13571
13572
13573
# File 'sig/types.rbs', line 13571

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


13568
13569
13570
# File 'sig/types.rbs', line 13568

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


13575
13576
13577
# File 'sig/types.rbs', line 13575

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


13570
13571
13572
# File 'sig/types.rbs', line 13570

def host_resource_group_arn
  @host_resource_group_arn
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13572
13573
13574
# File 'sig/types.rbs', line 13572

def instance_id
  @instance_id
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


13569
13570
13571
# File 'sig/types.rbs', line 13569

def partition_number
  @partition_number
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

  • ("default", "dedicated", "host")


13573
13574
13575
# File 'sig/types.rbs', line 13573

def tenancy
  @tenancy
end