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)


14806
14807
14808
# File 'sig/types.rbs', line 14806

def cidr_endpoints_custom_sub_domain
  @cidr_endpoints_custom_sub_domain
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14805
14806
14807
# File 'sig/types.rbs', line 14805

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14803
14804
14805
# File 'sig/types.rbs', line 14803

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14804
14805
14806
# File 'sig/types.rbs', line 14804

def dry_run
  @dry_run
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


14802
14803
14804
# File 'sig/types.rbs', line 14802

def verified_access_instance_id
  @verified_access_instance_id
end