Class: Aws::EMR::Types::ListSecurityConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListSecurityConfigurationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
A pagination token that indicates the next set of results to retrieve.
-
#security_configurations ⇒ Array<Types::SecurityConfigurationSummary>
The creation date and time, and name, of each security configuration.
Instance Attribute Details
#marker ⇒ String
A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
4481 4482 4483 4484 4485 4486 |
# File 'lib/aws-sdk-emr/types.rb', line 4481 class ListSecurityConfigurationsOutput < Struct.new( :security_configurations, :marker) SENSITIVE = [] include Aws::Structure end |
#security_configurations ⇒ Array<Types::SecurityConfigurationSummary>
The creation date and time, and name, of each security configuration.
4481 4482 4483 4484 4485 4486 |
# File 'lib/aws-sdk-emr/types.rb', line 4481 class ListSecurityConfigurationsOutput < Struct.new( :security_configurations, :marker) SENSITIVE = [] include Aws::Structure end |