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.
4127 4128 4129 4130 4131 4132 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4127 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.
4127 4128 4129 4130 4131 4132 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4127 class ListSecurityConfigurationsOutput < Struct.new( :security_configurations, :marker) SENSITIVE = [] include Aws::Structure end |