Method: Aws::Glue::Types::CreateSecurityConfigurationResponse#name

Defined in:
lib/aws-sdk-glue/types.rb

#nameString

The name assigned to the new security configuration.

Returns:

  • (String)


7312
7313
7314
7315
7316
7317
# File 'lib/aws-sdk-glue/types.rb', line 7312

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