Class: Aws::EMRContainers::Types::ListSecurityConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

The date and time after which the security configuration was created.

Returns:

  • (Time)


1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1403

class ListSecurityConfigurationsRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

The date and time before which the security configuration was created.

Returns:

  • (Time)


1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1403

class ListSecurityConfigurationsRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of security configurations the operation can list.

Returns:

  • (Integer)


1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1403

class ListSecurityConfigurationsRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1403
1404
1405
1406
1407
1408
1409
1410
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1403

class ListSecurityConfigurationsRequest < Struct.new(
  :created_after,
  :created_before,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end