Class: Aws::Types::ModifyVerifiedAccessEndpointPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14713
14714
14715
# File 'sig/types.rbs', line 14713

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14714
14715
14716
# File 'sig/types.rbs', line 14714

def dry_run
  @dry_run
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


14712
14713
14714
# File 'sig/types.rbs', line 14712

def policy_document
  @policy_document
end

#policy_enabledBoolean

Returns the value of attribute policy_enabled.

Returns:

  • (Boolean)


14711
14712
14713
# File 'sig/types.rbs', line 14711

def policy_enabled
  @policy_enabled
end

#sse_specificationTypes::VerifiedAccessSseSpecificationRequest

Returns the value of attribute sse_specification.



14715
14716
14717
# File 'sig/types.rbs', line 14715

def sse_specification
  @sse_specification
end

#verified_access_endpoint_id::String

Returns the value of attribute verified_access_endpoint_id.

Returns:

  • (::String)


14710
14711
14712
# File 'sig/types.rbs', line 14710

def verified_access_endpoint_id
  @verified_access_endpoint_id
end