Class: Aws::Types::AuthorizeClientVpnIngressRequest

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)


941
942
943
# File 'sig/types.rbs', line 941

def access_group_id
  @access_group_id
end

#authorize_all_groupsBoolean

Returns the value of attribute authorize_all_groups.

Returns:

  • (Boolean)


942
943
944
# File 'sig/types.rbs', line 942

def authorize_all_groups
  @authorize_all_groups
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def client_token
  @client_token
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


945
946
947
# File 'sig/types.rbs', line 945

def dry_run
  @dry_run
end

#target_network_cidr::String

Returns the value of attribute target_network_cidr.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def target_network_cidr
  @target_network_cidr
end