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

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


14672
14673
14674
14675
14676
14677
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14672

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

#tokenString

The ARN of the managed endpoint credentials.

Returns:

  • (String)


14672
14673
14674
14675
14676
14677
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14672

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