Class: Aws::SSOAdmin::Types::AttachedManagedPolicy

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#arnString

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](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.

Returns:

  • (String)


462
463
464
465
466
467
# File 'lib/aws-sdk-ssoadmin/types.rb', line 462

class AttachedManagedPolicy < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon Web Services managed policy.

Returns:

  • (String)


462
463
464
465
466
467
# File 'lib/aws-sdk-ssoadmin/types.rb', line 462

class AttachedManagedPolicy < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end