Class: Aws::Glue::Types::CreateSecurityConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time at which the new security configuration was created.

Returns:

  • (Time)


7648
7649
7650
7651
7652
7653
# File 'lib/aws-sdk-glue/types.rb', line 7648

class CreateSecurityConfigurationResponse < Struct.new(
  :name,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name assigned to the new security configuration.

Returns:

  • (String)


7648
7649
7650
7651
7652
7653
# File 'lib/aws-sdk-glue/types.rb', line 7648

class CreateSecurityConfigurationResponse < Struct.new(
  :name,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end