Class: Aws::EMR::Types::DescribeSecurityConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeSecurityConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass DescribeSecurityConfigurationInput data as a hash:
{
name: "XmlString", # required
}
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the security configuration.
Instance Attribute Details
#name ⇒ String
The name of the security configuration.
1223 1224 1225 1226 |
# File 'lib/aws-sdk-emr/types.rb', line 1223 class DescribeSecurityConfigurationInput < Struct.new( :name) include Aws::Structure end |