Class: Aws::Types::ModifyVerifiedAccessEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_optionsTypes::ModifyVerifiedAccessEndpointCidrOptions

Returns the value of attribute cidr_options.



14748
14749
14750
# File 'sig/types.rbs', line 14748

def cidr_options
  @cidr_options
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14745
14746
14747
# File 'sig/types.rbs', line 14745

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14744
14745
14746
# File 'sig/types.rbs', line 14744

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14746
14747
14748
# File 'sig/types.rbs', line 14746

def dry_run
  @dry_run
end

#load_balancer_optionsTypes::ModifyVerifiedAccessEndpointLoadBalancerOptions

Returns the value of attribute load_balancer_options.



14742
14743
14744
# File 'sig/types.rbs', line 14742

def load_balancer_options
  @load_balancer_options
end

#network_interface_optionsTypes::ModifyVerifiedAccessEndpointEniOptions

Returns the value of attribute network_interface_options.



14743
14744
14745
# File 'sig/types.rbs', line 14743

def network_interface_options
  @network_interface_options
end

#rds_optionsTypes::ModifyVerifiedAccessEndpointRdsOptions

Returns the value of attribute rds_options.



14747
14748
14749
# File 'sig/types.rbs', line 14747

def rds_options
  @rds_options
end

#verified_access_endpoint_id::String

Returns the value of attribute verified_access_endpoint_id.

Returns:

  • (::String)


14740
14741
14742
# File 'sig/types.rbs', line 14740

def verified_access_endpoint_id
  @verified_access_endpoint_id
end

#verified_access_group_id::String

Returns the value of attribute verified_access_group_id.

Returns:

  • (::String)


14741
14742
14743
# File 'sig/types.rbs', line 14741

def verified_access_group_id
  @verified_access_group_id
end