Class: Aws::IoT::Types::DescribeSecurityProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeSecurityProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeSecurityProfileRequest data as a hash:
{
security_profile_name: "SecurityProfileName", # required
}
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.
4145 4146 4147 4148 |
# File 'lib/aws-sdk-iot/types.rb', line 4145 class DescribeSecurityProfileRequest < Struct.new( :security_profile_name) include Aws::Structure end |