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)


15459
15460
15461
# File 'sig/types.rbs', line 15459

def affinity
  @affinity
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


15467
15468
15469
# File 'sig/types.rbs', line 15467

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


15458
15459
15460
# File 'sig/types.rbs', line 15458

def availability_zone_id
  @availability_zone_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


15466
15467
15468
# File 'sig/types.rbs', line 15466

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


15460
15461
15462
# File 'sig/types.rbs', line 15460

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


15462
15463
15464
# File 'sig/types.rbs', line 15462

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


15465
15466
15467
# File 'sig/types.rbs', line 15465

def host_resource_group_arn
  @host_resource_group_arn
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


15461
15462
15463
# File 'sig/types.rbs', line 15461

def partition_number
  @partition_number
end

#spread_domain::String

Returns the value of attribute spread_domain.

Returns:

  • (::String)


15464
15465
15466
# File 'sig/types.rbs', line 15464

def spread_domain
  @spread_domain
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

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


15463
15464
15465
# File 'sig/types.rbs', line 15463

def tenancy
  @tenancy
end