Class: Aws::Types::Outpost

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)


698
699
700
# File 'sig/types.rbs', line 698

def availability_zone
  @availability_zone
end

#availability_zone_id ⇒ ::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def availability_zone_id
  @availability_zone_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def description
  @description
end

#generation ⇒ "GENERATION_2", "GENERATION_1"

Returns the value of attribute generation.

Returns:

  • ("GENERATION_2", "GENERATION_1")


703
704
705
# File 'sig/types.rbs', line 703

def generation
  @generation
end

#life_cycle_status ⇒ ::String

Returns the value of attribute life_cycle_status.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def life_cycle_status
  @life_cycle_status
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def name
  @name
end

#outpost_arn ⇒ ::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def outpost_arn
  @outpost_arn
end

#outpost_id ⇒ ::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def outpost_id
  @outpost_id
end

#owner_id ⇒ ::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def owner_id
  @owner_id
end

#rack_scaling_type ⇒ "SINGLE_RACK", "MULTI_RACK"

Returns the value of attribute rack_scaling_type.

Returns:

  • ("SINGLE_RACK", "MULTI_RACK")


704
705
706
# File 'sig/types.rbs', line 704

def rack_scaling_type
  @rack_scaling_type
end

#site_arn ⇒ ::String

Returns the value of attribute site_arn.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def site_arn
  @site_arn
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def site_id
  @site_id
end

#supported_hardware_type ⇒ "RACK", "SERVER"

Returns the value of attribute supported_hardware_type.

Returns:

  • ("RACK", "SERVER")


702
703
704
# File 'sig/types.rbs', line 702

def supported_hardware_type
  @supported_hardware_type
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


700
701
702
# File 'sig/types.rbs', line 700

def tags
  @tags
end