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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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)


5755
5756
5757
5758
5759
5760
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5755

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

#nameString

The name of the security configuration.

Returns:

  • (String)


5755
5756
5757
5758
5759
5760
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5755

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