Class: Aws::EMR::Types::DescribeSecurityConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeSecurityConfigurationInput
- Includes:
- Structure
- Defined in:
- 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.
1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-emr/types.rb', line 1573 class DescribeSecurityConfigurationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |