Class: Aws::EMR::Types::CreateSecurityConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::CreateSecurityConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-emr/types.rb', line 1108 class CreateSecurityConfigurationOutput < Struct.new( :name, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
1108 1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-emr/types.rb', line 1108 class CreateSecurityConfigurationOutput < Struct.new( :name, :creation_date_time) SENSITIVE = [] include Aws::Structure end |