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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


5963
5964
5965
5966
5967
5968
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5963

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

#nameString

The name assigned to the new security configuration.

Returns:

  • (String)


5963
5964
5965
5966
5967
5968
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5963

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