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")


14192
14193
14194
# File 'sig/types.rbs', line 14192

def affinity
  @affinity
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


14189
14190
14191
# File 'sig/types.rbs', line 14189

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


14186
14187
14188
# File 'sig/types.rbs', line 14186

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


14193
14194
14195
# File 'sig/types.rbs', line 14193

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


14188
14189
14190
# File 'sig/types.rbs', line 14188

def host_resource_group_arn
  @host_resource_group_arn
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


14190
14191
14192
# File 'sig/types.rbs', line 14190

def instance_id
  @instance_id
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


14187
14188
14189
# File 'sig/types.rbs', line 14187

def partition_number
  @partition_number
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

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


14191
14192
14193
# File 'sig/types.rbs', line 14191

def tenancy
  @tenancy
end