Class: Aws::EMR::Types::DeleteSecurityConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DeleteSecurityConfigurationInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the security configuration.
Instance Attribute Details
#name ⇒ String
The name of the security configuration.
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 |