Class: Aws::Types::UpdateOutpostResolverRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def id
  @id
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def instance_count
  @instance_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def name
  @name
end

#preferred_instance_type::String

Returns the value of attribute preferred_instance_type.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def preferred_instance_type
  @preferred_instance_type
end