Class: Aws::EMR::Types::DeleteSecurityConfigurationInput

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

Overview

Note:

When making an API call, you may pass DeleteSecurityConfigurationInput data as a hash:

{
  name: "XmlString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the security configuration.

Returns:

  • (String)


1148
1149
1150
1151
# File 'lib/aws-sdk-emr/types.rb', line 1148

class DeleteSecurityConfigurationInput < Struct.new(
  :name)
  include Aws::Structure
end