Class: Aws::Types::AwsEc2LaunchTemplateDataPlacementDetails

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)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def affinity
  @affinity
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def availability_zone
  @availability_zone
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def host_resource_group_arn
  @host_resource_group_arn
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def partition_number
  @partition_number
end

#spread_domain::String

Returns the value of attribute spread_domain.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def spread_domain
  @spread_domain
end

#tenancy::String

Returns the value of attribute tenancy.

Returns:

  • (::String)


1713
1714
1715
# File 'sig/types.rbs', line 1713

def tenancy
  @tenancy
end