Class: Aws::EKS::Types::DeleteEksAnywhereSubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the subscription.

Returns:

  • (String)


2059
2060
2061
2062
2063
# File 'lib/aws-sdk-eks/types.rb', line 2059

class DeleteEksAnywhereSubscriptionRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end