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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


1965
1966
1967
1968
1969
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1965

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