Class: Aws::GuardDuty::Types::KubernetesRoleDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kindString

The kind of role. For this API, the value of kind will be Role.

Returns:

  • (String)


4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4213

class KubernetesRoleDetails < Struct.new(
  :kind,
  :name,
  :uid)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Kubernetes role.

Returns:

  • (String)


4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4213

class KubernetesRoleDetails < Struct.new(
  :kind,
  :name,
  :uid)
  SENSITIVE = []
  include Aws::Structure
end

#uidString

The unique identifier of the Kubernetes role name.

Returns:

  • (String)


4213
4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4213

class KubernetesRoleDetails < Struct.new(
  :kind,
  :name,
  :uid)
  SENSITIVE = []
  include Aws::Structure
end