Class: Aws::EMR::Types::CreateSecurityConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::CreateSecurityConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The date and time the security configuration was created.
-
#name ⇒ String
The name of the security configuration.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time the security configuration was created.
1129 1130 1131 1132 1133 |
# File 'lib/aws-sdk-emr/types.rb', line 1129 class CreateSecurityConfigurationOutput < Struct.new( :name, :creation_date_time) include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
1129 1130 1131 1132 1133 |
# File 'lib/aws-sdk-emr/types.rb', line 1129 class CreateSecurityConfigurationOutput < Struct.new( :name, :creation_date_time) include Aws::Structure end |