Class: Aws::SSOAdmin::Types::AttachedManagedPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AttachedManagedPolicy
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that stores the details of the Amazon Web Services managed policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the Amazon Web Services managed policy.
-
#name ⇒ String
The name of the Amazon Web Services managed policy.
Instance Attribute Details
#arn ⇒ String
The ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
462 463 464 465 466 467 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 462 class AttachedManagedPolicy < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Web Services managed policy.
462 463 464 465 466 467 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 462 class AttachedManagedPolicy < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |