Class: Aws::Types::Placement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#affinity::String

Returns the value of attribute affinity.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def affinity
  @affinity
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def availability_zone
  @availability_zone
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def host_resource_group_arn
  @host_resource_group_arn
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


382
383
384
# File 'sig/types.rbs', line 382

def partition_number
  @partition_number
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

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


383
384
385
# File 'sig/types.rbs', line 383

def tenancy
  @tenancy
end