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)


12755
12756
12757
# File 'sig/types.rbs', line 12755

def affinity
  @affinity
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


12753
12754
12755
# File 'sig/types.rbs', line 12753

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


12754
12755
12756
# File 'sig/types.rbs', line 12754

def availability_zone_id
  @availability_zone_id
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


12762
12763
12764
# File 'sig/types.rbs', line 12762

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


12756
12757
12758
# File 'sig/types.rbs', line 12756

def group_name
  @group_name
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


12757
12758
12759
# File 'sig/types.rbs', line 12757

def host_id
  @host_id
end

#host_resource_group_arn::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


12760
12761
12762
# File 'sig/types.rbs', line 12760

def host_resource_group_arn
  @host_resource_group_arn
end

#partition_number::Integer

Returns the value of attribute partition_number.

Returns:

  • (::Integer)


12761
12762
12763
# File 'sig/types.rbs', line 12761

def partition_number
  @partition_number
end

#spread_domain::String

Returns the value of attribute spread_domain.

Returns:

  • (::String)


12759
12760
12761
# File 'sig/types.rbs', line 12759

def spread_domain
  @spread_domain
end

#tenancy"default", ...

Returns the value of attribute tenancy.

Returns:

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


12758
12759
12760
# File 'sig/types.rbs', line 12758

def tenancy
  @tenancy
end