Class: Aws::Glue::Types::CreateSecurityConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateSecurityConfigurationResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time at which the new security configuration was created.
-
#name ⇒ String
The name assigned to the new security configuration.
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which the new security configuration was created.
7046 7047 7048 7049 7050 7051 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7046 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name assigned to the new security configuration.
7046 7047 7048 7049 7050 7051 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7046 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |