Class: Aws::EMR::Types::SecurityConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::SecurityConfigurationSummary
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The creation date and time, and name, of a security configuration.
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.
5827 5828 5829 5830 5831 5832 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5827 class SecurityConfigurationSummary < Struct.new( :name, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
5827 5828 5829 5830 5831 5832 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5827 class SecurityConfigurationSummary < Struct.new( :name, :creation_date_time) SENSITIVE = [] include Aws::Structure end |