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)


5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5511

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

#nameString

The name assigned to the new security configuration.

Returns:

  • (String)


5511
5512
5513
5514
5515
5516
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5511

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