Class: Aws::IoT::Types::SetDefaultPolicyVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SetDefaultPolicyVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass SetDefaultPolicyVersionRequest data as a hash:
{
policy_name: "PolicyName", # required
policy_version_id: "PolicyVersionId", # required
}
The input for the SetDefaultPolicyVersion operation.
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The policy name.
-
#policy_version_id ⇒ String
The policy version ID.
Instance Attribute Details
#policy_name ⇒ String
The policy name.
9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-iot/types.rb', line 9245 class SetDefaultPolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) include Aws::Structure end |
#policy_version_id ⇒ String
The policy version ID.
9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-iot/types.rb', line 9245 class SetDefaultPolicyVersionRequest < Struct.new( :policy_name, :policy_version_id) include Aws::Structure end |