Class: Aws::GuardDuty::Types::KubernetesRoleDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesRoleDetails
- Includes:
- Structure
- Defined in:
- 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`.
4776 4777 4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4776 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Kubernetes role.
4776 4777 4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4776 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
The unique identifier of the Kubernetes role name.
4776 4777 4778 4779 4780 4781 4782 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4776 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |