Class: Aws::Types::LaunchTemplatePlacement

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)


13026
13027
13028
# File 'sig/types.rbs', line 13026

def affinity
  @affinity
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


13024
13025
13026
# File 'sig/types.rbs', line 13024

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


13025
13026
13027
# File 'sig/types.rbs', line 13025

def availability_zone_id
  @availability_zone_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


13033
13034
13035
# File 'sig/types.rbs', line 13033

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


13027
13028
13029
# File 'sig/types.rbs', line 13027

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


13028
13029
13030
# File 'sig/types.rbs', line 13028

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


13031
13032
13033
# File 'sig/types.rbs', line 13031

def host_resource_group_arn
  @host_resource_group_arn
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


13032
13033
13034
# File 'sig/types.rbs', line 13032

def partition_number
  @partition_number
end

#spread_domain::String

Returns the value of attribute spread_domain.

Returns:

  • (::String)


13030
13031
13032
# File 'sig/types.rbs', line 13030

def spread_domain
  @spread_domain
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

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


13029
13030
13031
# File 'sig/types.rbs', line 13029

def tenancy
  @tenancy
end