Class: Aws::EMR::Types::ListSecurityConfigurationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListSecurityConfigurationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The pagination token that indicates the set of results to retrieve.
Instance Attribute Details
#marker ⇒ String
The pagination token that indicates the set of results to retrieve.
4261 4262 4263 4264 4265 |
# File 'lib/aws-sdk-emr/types.rb', line 4261 class ListSecurityConfigurationsInput < Struct.new( :marker) SENSITIVE = [] include Aws::Structure end |