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

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

#nameString

The name of the security configuration.

Returns:

  • (String)


1345
1346
1347
1348
1349
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1345

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