Class: Aws::Types::ModifyInstanceMetadataDefaultsRequest

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)


14151
14152
14153
# File 'sig/types.rbs', line 14151

def dry_run
  @dry_run
end

#http_endpoint"disabled", ...

Returns the value of attribute http_endpoint.

Returns:

  • ("disabled", "enabled", "no-preference")


14149
14150
14151
# File 'sig/types.rbs', line 14149

def http_endpoint
  @http_endpoint
end

#http_put_response_hop_limit::Integer

Returns the value of attribute http_put_response_hop_limit.

Returns:

  • (::Integer)


14148
14149
14150
# File 'sig/types.rbs', line 14148

def http_put_response_hop_limit
  @http_put_response_hop_limit
end

#http_tokens"optional", ...

Returns the value of attribute http_tokens.

Returns:

  • ("optional", "required", "no-preference")


14147
14148
14149
# File 'sig/types.rbs', line 14147

def http_tokens
  @http_tokens
end

#http_tokens_enforced"disabled", ...

Returns the value of attribute http_tokens_enforced.

Returns:

  • ("disabled", "enabled", "no-preference")


14152
14153
14154
# File 'sig/types.rbs', line 14152

def http_tokens_enforced
  @http_tokens_enforced
end

#instance_metadata_tags"disabled", ...

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled", "no-preference")


14150
14151
14152
# File 'sig/types.rbs', line 14150

def 
  @instance_metadata_tags
end