Class: Aws::Glue::Types::GetSecurityConfigurationRequest

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

#nameString

The name of the security configuration to retrieve.

Returns:

  • (String)


14297
14298
14299
14300
14301
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14297

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