Class: Aws::Types::ModifyVerifiedAccessGroupPolicyRequest

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)


14761
14762
14763
# File 'sig/types.rbs', line 14761

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14762
14763
14764
# File 'sig/types.rbs', line 14762

def dry_run
  @dry_run
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


14760
14761
14762
# File 'sig/types.rbs', line 14760

def policy_document
  @policy_document
end

#policy_enabledBoolean

Returns the value of attribute policy_enabled.

Returns:

  • (Boolean)


14759
14760
14761
# File 'sig/types.rbs', line 14759

def policy_enabled
  @policy_enabled
end

#sse_specificationTypes::VerifiedAccessSseSpecificationRequest

Returns the value of attribute sse_specification.



14763
14764
14765
# File 'sig/types.rbs', line 14763

def sse_specification
  @sse_specification
end

#verified_access_group_id::String

Returns the value of attribute verified_access_group_id.

Returns:

  • (::String)


14758
14759
14760
# File 'sig/types.rbs', line 14758

def verified_access_group_id
  @verified_access_group_id
end