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

#availability_zone ⇒ ::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def availability_zone
  @availability_zone
end

#host_id ⇒ ::String

Returns the value of attribute host_id.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def host_id
  @host_id
end

#host_resource_group_arn ⇒ ::String

Returns the value of attribute host_resource_group_arn.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def host_resource_group_arn
  @host_resource_group_arn
end

#tenancy ⇒ "default", ...

Returns the value of attribute tenancy.

Returns:

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


1788
1789
1790
# File 'sig/types.rbs', line 1788

def tenancy
  @tenancy
end