Class: Aws::ACMPCA::Types::AccessDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#access_locationTypes::GeneralName

The location of AccessDescription information.

Returns:



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_methodTypes::AccessMethod

The type and format of AccessDescription information.

Returns:



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