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.
5500 5501 5502 5503 5504 5505 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5500 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name assigned to the new security configuration.
5500 5501 5502 5503 5504 5505 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5500 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |