Class: Aws::DataZone::Types::ManagedEndpointCredentials
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataZone::Types::ManagedEndpointCredentials
 
- 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
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the managed endpoint credentials. 
- 
  
    
      #token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the managed endpoint credentials. 
Instance Attribute Details
#id ⇒ String
The identifier of the managed endpoint credentials.
| 14810 14811 14812 14813 14814 14815 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14810 class ManagedEndpointCredentials < Struct.new( :id, :token) SENSITIVE = [] include Aws::Structure end | 
#token ⇒ String
The ARN of the managed endpoint credentials.
| 14810 14811 14812 14813 14814 14815 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14810 class ManagedEndpointCredentials < Struct.new( :id, :token) SENSITIVE = [] include Aws::Structure end |