Class: Aws::EMRContainers::Types::ListSecurityConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of security configurations to return.

Returns:

  • (String)


1434
1435
1436
1437
1438
1439
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1434

class ListSecurityConfigurationsResponse < Struct.new(
  :security_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#security_configurationsArray<Types::SecurityConfiguration>

The list of returned security configurations.

Returns:



1434
1435
1436
1437
1438
1439
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1434

class ListSecurityConfigurationsResponse < Struct.new(
  :security_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end