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)


14467
14468
14469
# File 'sig/types.rbs', line 14467

def cidr_endpoints_custom_sub_domain
  @cidr_endpoints_custom_sub_domain
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14466
14467
14468
# File 'sig/types.rbs', line 14466

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14464
14465
14466
# File 'sig/types.rbs', line 14464

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14465
14466
14467
# File 'sig/types.rbs', line 14465

def dry_run
  @dry_run
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


14463
14464
14465
# File 'sig/types.rbs', line 14463

def verified_access_instance_id
  @verified_access_instance_id
end