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.
5812 5813 5814 5815 5816 5817 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5812 class SecurityConfigurationSummary < Struct.new( :name, :creation_date_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
5812 5813 5814 5815 5816 5817 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5812 class SecurityConfigurationSummary < Struct.new( :name, :creation_date_time) SENSITIVE = [] include Aws::Structure end |