Class: Aws::Glue::Types::CreateSecurityConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateSecurityConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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.
5963 5964 5965 5966 5967 5968 |
# File 'lib/aws-sdk-glue/types.rb', line 5963 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name assigned to the new security configuration.
5963 5964 5965 5966 5967 5968 |
# File 'lib/aws-sdk-glue/types.rb', line 5963 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |