Class: Aws::ACMPCA::Types::GetPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Note:

When making an API call, you may pass GetPolicyRequest data as a hash:

{
  resource_arn: "Arn", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Number (ARN) of the private CA that will have its policy retrieved. You can find the CA's ARN by calling the ListCertificateAuthorities action.

Returns:

  • (String)

2007
2008
2009
2010
2011
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2007

class GetPolicyRequest < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end