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)


14166
14167
14168
# File 'sig/types.rbs', line 14166

def dry_run
  @dry_run
end

#http_endpoint"disabled", "enabled"

Returns the value of attribute http_endpoint.

Returns:

  • ("disabled", "enabled")


14165
14166
14167
# File 'sig/types.rbs', line 14165

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"disabled", "enabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("disabled", "enabled")


14167
14168
14169
# File 'sig/types.rbs', line 14167

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)


14164
14165
14166
# File 'sig/types.rbs', line 14164

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


14163
14164
14165
# File 'sig/types.rbs', line 14163

def http_tokens
  @http_tokens
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


14162
14163
14164
# File 'sig/types.rbs', line 14162

def instance_id
  @instance_id
end

#instance_metadata_tags"disabled", "enabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled")


14168
14169
14170
# File 'sig/types.rbs', line 14168

def 
  @instance_metadata_tags
end