Class: Aws::GuardDuty::Types::KubernetesRoleDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesRoleDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Information about the Kubernetes role name and role type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kind ⇒ String
The kind of role.
-
#name ⇒ String
The name of the Kubernetes role.
-
#uid ⇒ String
The unique identifier of the Kubernetes role name.
Instance Attribute Details
#kind ⇒ String
The kind of role. For this API, the value of kind will be Role.
8107 8108 8109 8110 8111 8112 8113 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8107 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Kubernetes role.
8107 8108 8109 8110 8111 8112 8113 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8107 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
The unique identifier of the Kubernetes role name.
8107 8108 8109 8110 8111 8112 8113 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8107 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |