Class: Aws::Types::RevokeClientVpnIngressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_group_id::String

Returns the value of attribute access_group_id.

Returns:

  • (::String)


16655
16656
16657
# File 'sig/types.rbs', line 16655

def access_group_id
  @access_group_id
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


16653
16654
16655
# File 'sig/types.rbs', line 16653

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16657
16658
16659
# File 'sig/types.rbs', line 16657

def dry_run
  @dry_run
end

#revoke_all_groupsBoolean

Returns the value of attribute revoke_all_groups.

Returns:

  • (Boolean)


16656
16657
16658
# File 'sig/types.rbs', line 16656

def revoke_all_groups
  @revoke_all_groups
end

#target_network_cidr::String

Returns the value of attribute target_network_cidr.

Returns:

  • (::String)


16654
16655
16656
# File 'sig/types.rbs', line 16654

def target_network_cidr
  @target_network_cidr
end