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)


6925
6926
6927
6928
6929
6930
# File 'lib/aws-sdk-glue/types.rb', line 6925

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

#nameString

The name assigned to the new security configuration.

Returns:

  • (String)


6925
6926
6927
6928
6929
6930
# File 'lib/aws-sdk-glue/types.rb', line 6925

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