Class: Aws::Types::ModifyVerifiedAccessInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_endpoints_custom_sub_domain::String

Returns the value of attribute cidr_endpoints_custom_sub_domain.

Returns:

  • (::String)


14170
14171
14172
# File 'sig/types.rbs', line 14170

def cidr_endpoints_custom_sub_domain
  @cidr_endpoints_custom_sub_domain
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14169
14170
14171
# File 'sig/types.rbs', line 14169

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14167
14168
14169
# File 'sig/types.rbs', line 14167

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14168
14169
14170
# File 'sig/types.rbs', line 14168

def dry_run
  @dry_run
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


14166
14167
14168
# File 'sig/types.rbs', line 14166

def verified_access_instance_id
  @verified_access_instance_id
end