Class: Aws::Types::ModifyVerifiedAccessInstanceLoggingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_logsTypes::VerifiedAccessLogOptions

Returns the value of attribute access_logs.



14154
14155
14156
# File 'sig/types.rbs', line 14154

def access_logs
  @access_logs
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14156
14157
14158
# File 'sig/types.rbs', line 14156

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14155
14156
14157
# File 'sig/types.rbs', line 14155

def dry_run
  @dry_run
end

#verified_access_instance_id::String

Returns the value of attribute verified_access_instance_id.

Returns:

  • (::String)


14153
14154
14155
# File 'sig/types.rbs', line 14153

def verified_access_instance_id
  @verified_access_instance_id
end