Class: Aws::EMR::Types::DescribeSecurityConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeSecurityConfigurationOutput
- 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.
-
#security_configuration ⇒ String
The security configuration details in JSON format.
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time the security configuration was created
1273 1274 1275 1276 1277 1278 |
# File 'lib/aws-sdk-emr/types.rb', line 1273 class DescribeSecurityConfigurationOutput < Struct.new( :name, :security_configuration, :creation_date_time) include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
1273 1274 1275 1276 1277 1278 |
# File 'lib/aws-sdk-emr/types.rb', line 1273 class DescribeSecurityConfigurationOutput < Struct.new( :name, :security_configuration, :creation_date_time) include Aws::Structure end |
#security_configuration ⇒ String
The security configuration details in JSON format.
1273 1274 1275 1276 1277 1278 |
# File 'lib/aws-sdk-emr/types.rb', line 1273 class DescribeSecurityConfigurationOutput < Struct.new( :name, :security_configuration, :creation_date_time) include Aws::Structure end |