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)


13767
13768
13769
13770
13771
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13767

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