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")


12900
12901
12902
# File 'sig/types.rbs', line 12900

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"disabled", "enabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("disabled", "enabled")


12901
12902
12903
# File 'sig/types.rbs', line 12901

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)


12899
12900
12901
# File 'sig/types.rbs', line 12899

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")


12898
12899
12900
# File 'sig/types.rbs', line 12898

def http_tokens
  @http_tokens
end

#instance_metadata_tags"disabled", "enabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled")


12902
12903
12904
# File 'sig/types.rbs', line 12902

def 
  @instance_metadata_tags
end

#state"pending", "applied"

Returns the value of attribute state.

Returns:

  • ("pending", "applied")


12897
12898
12899
# File 'sig/types.rbs', line 12897

def state
  @state
end