Class: Aws::DataZone::Types::ManagedEndpointCredentials

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

Overview

The managed endpoint credentials of the EMR on EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the managed endpoint credentials.

Returns:

  • (String)


15685
15686
15687
15688
15689
15690
# File 'lib/aws-sdk-datazone/types.rb', line 15685

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

#tokenString

The ARN of the managed endpoint credentials.

Returns:

  • (String)


15685
15686
15687
15688
15689
15690
# File 'lib/aws-sdk-datazone/types.rb', line 15685

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