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.



14112
14113
14114
# File 'sig/types.rbs', line 14112

def cidr_options
  @cidr_options
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14109
14110
14111
# File 'sig/types.rbs', line 14109

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14108
14109
14110
# File 'sig/types.rbs', line 14108

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14110
14111
14112
# File 'sig/types.rbs', line 14110

def dry_run
  @dry_run
end

#load_balancer_optionsTypes::ModifyVerifiedAccessEndpointLoadBalancerOptions

Returns the value of attribute load_balancer_options.



14106
14107
14108
# File 'sig/types.rbs', line 14106

def load_balancer_options
  @load_balancer_options
end

#network_interface_optionsTypes::ModifyVerifiedAccessEndpointEniOptions

Returns the value of attribute network_interface_options.



14107
14108
14109
# File 'sig/types.rbs', line 14107

def network_interface_options
  @network_interface_options
end

#rds_optionsTypes::ModifyVerifiedAccessEndpointRdsOptions

Returns the value of attribute rds_options.



14111
14112
14113
# File 'sig/types.rbs', line 14111

def rds_options
  @rds_options
end

#verified_access_endpoint_id::String

Returns the value of attribute verified_access_endpoint_id.

Returns:

  • (::String)


14104
14105
14106
# File 'sig/types.rbs', line 14104

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)


14105
14106
14107
# File 'sig/types.rbs', line 14105

def verified_access_group_id
  @verified_access_group_id
end