Class: Aws::ACMPCA::Types::AccessDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::AccessDescription
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
Provides access information used by the authorityInfoAccess
and
subjectInfoAccess
extensions described in RFC 5280.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_location ⇒ Types::GeneralName
The location of
AccessDescription
information. -
#access_method ⇒ Types::AccessMethod
The type and format of
AccessDescription
information.
Instance Attribute Details
#access_location ⇒ Types::GeneralName
The location of AccessDescription
information.
148 149 150 151 152 153 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 148 class AccessDescription < Struct.new( :access_method, :access_location) SENSITIVE = [] include Aws::Structure end |
#access_method ⇒ Types::AccessMethod
The type and format of AccessDescription
information.
148 149 150 151 152 153 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 148 class AccessDescription < Struct.new( :access_method, :access_location) SENSITIVE = [] include Aws::Structure end |