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.
514 515 516 517 518 519 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 514 class AttachedManagedPolicy < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon Web Services managed policy.
514 515 516 517 518 519 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 514 class AttachedManagedPolicy < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |