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.



11373
11374
11375
11376
11377
# File 'lib/aws-sdk-glue/types.rb', line 11373

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