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 a list of managed policy ARNs that describe the associated 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.
508 509 510 511 512 513 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 508 class AttachedManagedPolicy < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Web Services managed policy.
508 509 510 511 512 513 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 508 class AttachedManagedPolicy < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |