Class: Aws::Types::LaunchTemplateInstanceMetadataOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_endpoint"disabled", "enabled"

Returns the value of attribute http_endpoint.

Returns:

  • ("disabled", "enabled")


13227
13228
13229
# File 'sig/types.rbs', line 13227

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"disabled", "enabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("disabled", "enabled")


13228
13229
13230
# File 'sig/types.rbs', line 13228

def http_protocol_ipv_6
  @http_protocol_ipv_6
end

#http_put_response_hop_limit::Integer

Returns the value of attribute http_put_response_hop_limit.

Returns:

  • (::Integer)


13226
13227
13228
# File 'sig/types.rbs', line 13226

def http_put_response_hop_limit
  @http_put_response_hop_limit
end

#http_tokens"optional", "required"

Returns the value of attribute http_tokens.

Returns:

  • ("optional", "required")


13225
13226
13227
# File 'sig/types.rbs', line 13225

def http_tokens
  @http_tokens
end

#instance_metadata_tags"disabled", "enabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled")


13229
13230
13231
# File 'sig/types.rbs', line 13229

def 
  @instance_metadata_tags
end

#state"pending", "applied"

Returns the value of attribute state.

Returns:

  • ("pending", "applied")


13224
13225
13226
# File 'sig/types.rbs', line 13224

def state
  @state
end