Class: Aws::VerifiedPermissions::Types::GetPolicyStoreInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetPolicyStoreInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_store_id ⇒ String
Specifies the ID of the policy store that you want information about.
-
#tags ⇒ Boolean
Specifies whether to return the tags that are attached to the policy store.
Instance Attribute Details
#policy_store_id ⇒ String
Specifies the ID of the policy store that you want information about.
2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2083 class GetPolicyStoreInput < Struct.new( :policy_store_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Boolean
Specifies whether to return the tags that are attached to the policy store. If this parameter is included in the API call, the tags are returned, otherwise they are not returned.
<note markdown=“1”> If this parameter is included in the API call but there are no tags attached to the policy store, the ‘tags` response parameter is omitted from the response.
</note>
2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2083 class GetPolicyStoreInput < Struct.new( :policy_store_id, :tags) SENSITIVE = [] include Aws::Structure end |