Class: Aws::EMR::Types::DescribeSecurityConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeSecurityConfigurationOutput
- 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.
-
#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
1593 1594 1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-emr/types.rb', line 1593 class DescribeSecurityConfigurationOutput < Struct.new( :name, :security_configuration, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
1593 1594 1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-emr/types.rb', line 1593 class DescribeSecurityConfigurationOutput < Struct.new( :name, :security_configuration, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#security_configuration ⇒ String
The security configuration details in JSON format.
1593 1594 1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-emr/types.rb', line 1593 class DescribeSecurityConfigurationOutput < Struct.new( :name, :security_configuration, :creation_date_time) SENSITIVE = [] include Aws::Structure end |