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)


14812
14813
14814
# File 'sig/types.rbs', line 14812

def cidr_endpoints_custom_sub_domain
  @cidr_endpoints_custom_sub_domain
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14811
14812
14813
# File 'sig/types.rbs', line 14811

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14809
14810
14811
# File 'sig/types.rbs', line 14809

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14810
14811
14812
# File 'sig/types.rbs', line 14810

def dry_run
  @dry_run
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


14808
14809
14810
# File 'sig/types.rbs', line 14808

def verified_access_instance_id
  @verified_access_instance_id
end