Class: Aws::EMR::Types::CreateSecurityConfigurationOutput

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

#creation_date_timeTime

The date and time the security configuration was created.

Returns:

  • (Time)


1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1107

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

#nameString

The name of the security configuration.

Returns:

  • (String)


1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1107

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