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