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
.
5020 5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5020 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Kubernetes role.
5020 5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5020 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
The unique identifier of the Kubernetes role name.
5020 5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5020 class KubernetesRoleDetails < Struct.new( :kind, :name, :uid) SENSITIVE = [] include Aws::Structure end |