Class: Aws::Types::ModifyInstanceMetadataOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13839
13840
13841
# File 'sig/types.rbs', line 13839

def dry_run
  @dry_run
end

#http_endpoint"disabled", "enabled"

Returns the value of attribute http_endpoint.

Returns:

  • ("disabled", "enabled")


13838
13839
13840
# File 'sig/types.rbs', line 13838

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"disabled", "enabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("disabled", "enabled")


13840
13841
13842
# File 'sig/types.rbs', line 13840

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)


13837
13838
13839
# File 'sig/types.rbs', line 13837

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


13836
13837
13838
# File 'sig/types.rbs', line 13836

def http_tokens
  @http_tokens
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13835
13836
13837
# File 'sig/types.rbs', line 13835

def instance_id
  @instance_id
end

#instance_metadata_tags"disabled", "enabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled")


13841
13842
13843
# File 'sig/types.rbs', line 13841

def 
  @instance_metadata_tags
end