Class: Aws::EMR::Types::ListSecurityConfigurationsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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.

Returns:

  • (String)


4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4237

class ListSecurityConfigurationsOutput < Struct.new(
  :security_configurations,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#security_configurationsArray<Types::SecurityConfigurationSummary>

The creation date and time, and name, of each security configuration.



4237
4238
4239
4240
4241
4242
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4237

class ListSecurityConfigurationsOutput < Struct.new(
  :security_configurations,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end