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)


5968
5969
5970
5971
5972
5973
# File 'lib/aws-sdk-glue/types.rb', line 5968

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

#nameString

The name assigned to the new security configuration.

Returns:

  • (String)


5968
5969
5970
5971
5972
5973
# File 'lib/aws-sdk-glue/types.rb', line 5968

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