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