Class: Aws::EC2::Types::ModifyInstanceMetadataDefaultsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


48115
48116
48117
48118
48119
48120
48121
48122
48123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48115

class ModifyInstanceMetadataDefaultsRequest < Struct.new(
  :http_tokens,
  :http_put_response_hop_limit,
  :http_endpoint,
  :instance_metadata_tags,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#http_endpointString

Enables or disables the IMDS endpoint on an instance. When disabled, the instance metadata can't be accessed.

Returns:

  • (String)


48115
48116
48117
48118
48119
48120
48121
48122
48123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48115

class ModifyInstanceMetadataDefaultsRequest < Struct.new(
  :http_tokens,
  :http_put_response_hop_limit,
  :http_endpoint,
  :instance_metadata_tags,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#http_put_response_hop_limitInteger

The maximum number of hops that the metadata token can travel. To indicate no preference, specify -1.

Possible values: Integers from 1 to 64, and -1 to indicate no preference

Returns:

  • (Integer)


48115
48116
48117
48118
48119
48120
48121
48122
48123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48115

class ModifyInstanceMetadataDefaultsRequest < Struct.new(
  :http_tokens,
  :http_put_response_hop_limit,
  :http_endpoint,
  :instance_metadata_tags,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#http_tokensString

Indicates whether IMDSv2 is required.

  • optional – IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1.

  • required – IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.

Returns:

  • (String)


48115
48116
48117
48118
48119
48120
48121
48122
48123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48115

class ModifyInstanceMetadataDefaultsRequest < Struct.new(
  :http_tokens,
  :http_put_response_hop_limit,
  :http_endpoint,
  :instance_metadata_tags,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#instance_metadata_tagsString

Enables or disables access to an instance's tags from the instance metadata. For more information, see Work with instance tags using the instance metadata in the Amazon EC2 User Guide.

Returns:

  • (String)


48115
48116
48117
48118
48119
48120
48121
48122
48123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48115

class ModifyInstanceMetadataDefaultsRequest < Struct.new(
  :http_tokens,
  :http_put_response_hop_limit,
  :http_endpoint,
  :instance_metadata_tags,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end