Class: Aws::Connect::Types::DescribeSecurityProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


10999
11000
11001
11002
11003
11004
# File 'lib/aws-sdk-connect/types.rb', line 10999

class DescribeSecurityProfileRequest < Struct.new(
  :security_profile_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_idString

The identifier for the security profle.

Returns:

  • (String)


10999
11000
11001
11002
11003
11004
# File 'lib/aws-sdk-connect/types.rb', line 10999

class DescribeSecurityProfileRequest < Struct.new(
  :security_profile_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end