Class: Aws::Types::LaunchTemplatePlacementRequest

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)


13040
13041
13042
# File 'sig/types.rbs', line 13040

def affinity
  @affinity
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


13038
13039
13040
# File 'sig/types.rbs', line 13038

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


13039
13040
13041
# File 'sig/types.rbs', line 13039

def availability_zone_id
  @availability_zone_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


13047
13048
13049
# File 'sig/types.rbs', line 13047

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


13041
13042
13043
# File 'sig/types.rbs', line 13041

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


13042
13043
13044
# File 'sig/types.rbs', line 13042

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


13045
13046
13047
# File 'sig/types.rbs', line 13045

def host_resource_group_arn
  @host_resource_group_arn
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


13046
13047
13048
# File 'sig/types.rbs', line 13046

def partition_number
  @partition_number
end

#spread_domain::String

Returns the value of attribute spread_domain.

Returns:

  • (::String)


13044
13045
13046
# File 'sig/types.rbs', line 13044

def spread_domain
  @spread_domain
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

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


13043
13044
13045
# File 'sig/types.rbs', line 13043

def tenancy
  @tenancy
end