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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time the security configuration was created.

Returns:

  • (Time)


5772
5773
5774
5775
5776
5777
# File 'lib/aws-sdk-emr/types.rb', line 5772

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

#nameString

The name of the security configuration.

Returns:

  • (String)


5772
5773
5774
5775
5776
5777
# File 'lib/aws-sdk-emr/types.rb', line 5772

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