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)


14160
14161
14162
# File 'sig/types.rbs', line 14160

def dry_run
  @dry_run
end

#http_endpoint"disabled", "enabled"

Returns the value of attribute http_endpoint.

Returns:

  • ("disabled", "enabled")


14159
14160
14161
# File 'sig/types.rbs', line 14159

def http_endpoint
  @http_endpoint
end

#http_protocol_ipv_6"disabled", "enabled"

Returns the value of attribute http_protocol_ipv_6.

Returns:

  • ("disabled", "enabled")


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

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)


14158
14159
14160
# File 'sig/types.rbs', line 14158

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


14157
14158
14159
# File 'sig/types.rbs', line 14157

def http_tokens
  @http_tokens
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


14156
14157
14158
# File 'sig/types.rbs', line 14156

def instance_id
  @instance_id
end

#instance_metadata_tags"disabled", "enabled"

Returns the value of attribute instance_metadata_tags.

Returns:

  • ("disabled", "enabled")


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

def 
  @instance_metadata_tags
end