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)


15804
15805
15806
# File 'sig/types.rbs', line 15804

def affinity
  @affinity
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


15812
15813
15814
# File 'sig/types.rbs', line 15812

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


15803
15804
15805
# File 'sig/types.rbs', line 15803

def availability_zone_id
  @availability_zone_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


15811
15812
15813
# File 'sig/types.rbs', line 15811

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


15805
15806
15807
# File 'sig/types.rbs', line 15805

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


15807
15808
15809
# File 'sig/types.rbs', line 15807

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


15810
15811
15812
# File 'sig/types.rbs', line 15810

def host_resource_group_arn
  @host_resource_group_arn
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


15806
15807
15808
# File 'sig/types.rbs', line 15806

def partition_number
  @partition_number
end

#spread_domain::String

Returns the value of attribute spread_domain.

Returns:

  • (::String)


15809
15810
15811
# File 'sig/types.rbs', line 15809

def spread_domain
  @spread_domain
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

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


15808
15809
15810
# File 'sig/types.rbs', line 15808

def tenancy
  @tenancy
end