Class: Aws::Types::ModifyVerifiedAccessEndpointPolicyResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


14382
14383
14384
# File 'sig/types.rbs', line 14382

def policy_document
  @policy_document
end

#policy_enabledBoolean

Returns the value of attribute policy_enabled.

Returns:

  • (Boolean)


14381
14382
14383
# File 'sig/types.rbs', line 14381

def policy_enabled
  @policy_enabled
end

#sse_specificationTypes::VerifiedAccessSseSpecificationResponse

Returns the value of attribute sse_specification.



14383
14384
14385
# File 'sig/types.rbs', line 14383

def sse_specification
  @sse_specification
end