Class: Aws::EMRContainers::Types::ListSecurityConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListSecurityConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
The date and time after which the security configuration was created.
-
#created_before ⇒ Time
The date and time before which the security configuration was created.
-
#max_results ⇒ Integer
The maximum number of security configurations the operation can list.
-
#next_token ⇒ String
The token for the next set of security configurations to return.
Instance Attribute Details
#created_after ⇒ Time
The date and time after which the security configuration was created.
1403 1404 1405 1406 1407 1408 1409 1410 |
# File '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_before ⇒ Time
The date and time before which the security configuration was created.
1403 1404 1405 1406 1407 1408 1409 1410 |
# File '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_results ⇒ Integer
The maximum number of security configurations the operation can list.
1403 1404 1405 1406 1407 1408 1409 1410 |
# File '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_token ⇒ String
The token for the next set of security configurations to return.
1403 1404 1405 1406 1407 1408 1409 1410 |
# File '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 |