Class: Aws::EMR::Types::SecurityConfigurationSummary

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time the security configuration was created.

Returns:

  • (Time)


4650
4651
4652
4653
4654
# File 'lib/aws-sdk-emr/types.rb', line 4650

class SecurityConfigurationSummary < Struct.new(
  :name,
  :creation_date_time)
  include Aws::Structure
end

#nameString

The name of the security configuration.

Returns:

  • (String)


4650
4651
4652
4653
4654
# File 'lib/aws-sdk-emr/types.rb', line 4650

class SecurityConfigurationSummary < Struct.new(
  :name,
  :creation_date_time)
  include Aws::Structure
end