Class: Aws::Types::CreateOutpostInput

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)


165
166
167
# File 'sig/types.rbs', line 165

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def availability_zone_id
  @availability_zone_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def name
  @name
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def site_id
  @site_id
end

#supported_hardware_type"RACK", "SERVER"

Returns the value of attribute supported_hardware_type.

Returns:

  • ("RACK", "SERVER")


168
169
170
# File 'sig/types.rbs', line 168

def supported_hardware_type
  @supported_hardware_type
end

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

Returns the value of attribute tags.

Returns:

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


167
168
169
# File 'sig/types.rbs', line 167

def tags
  @tags
end