Class: Aws::DataZone::Types::ManagedEndpointCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ManagedEndpointCredentials
- 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
-
#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.
15622 15623 15624 15625 15626 15627 |
# File 'lib/aws-sdk-datazone/types.rb', line 15622 class ManagedEndpointCredentials < Struct.new( :id, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
The ARN of the managed endpoint credentials.
15622 15623 15624 15625 15626 15627 |
# File 'lib/aws-sdk-datazone/types.rb', line 15622 class ManagedEndpointCredentials < Struct.new( :id, :token) SENSITIVE = [] include Aws::Structure end |