Class: Aws::EMR::Types::ListSecurityConfigurationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListSecurityConfigurationsOutput
- Defined in:
- gems/aws-sdk-emr/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.
4621 4622 4623 4624 4625 4626 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4621 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.
4621 4622 4623 4624 4625 4626 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4621 class ListSecurityConfigurationsOutput < Struct.new( :security_configurations, :marker) SENSITIVE = [] include Aws::Structure end |