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.
4280 4281 4282 4283 4284 4285 |
# File 'lib/aws-sdk-emr/types.rb', line 4280 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.
4280 4281 4282 4283 4284 4285 |
# File 'lib/aws-sdk-emr/types.rb', line 4280 class ListSecurityConfigurationsOutput < Struct.new( :security_configurations, :marker) SENSITIVE = [] include Aws::Structure end |