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)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def access_group_id
  @access_group_id
end

#authorize_all_groupsBoolean

Returns the value of attribute authorize_all_groups.

Returns:

  • (Boolean)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def authorize_all_groups
  @authorize_all_groups
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def client_token
  @client_token
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def dry_run
  @dry_run
end

#target_network_cidr::String

Returns the value of attribute target_network_cidr.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def target_network_cidr
  @target_network_cidr
end