Class: Aws::Glue::Types::GetSecurityConfigurationResponse

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

#security_configurationTypes::SecurityConfiguration

The requested security configuration.



13803
13804
13805
13806
13807
# File 'lib/aws-sdk-glue/types.rb', line 13803

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