Class: Aws::IoT::Types::DescribeSecurityProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeSecurityProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_profile_name ⇒ String
The name of the security profile whose information you want to get.
Instance Attribute Details
#security_profile_name ⇒ String
The name of the security profile whose information you want to get.
6411 6412 6413 6414 6415 |
# File 'lib/aws-sdk-iot/types.rb', line 6411 class DescribeSecurityProfileRequest < Struct.new( :security_profile_name) SENSITIVE = [] include Aws::Structure end |