Class: Aws::Types::GetProtectionStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_account_id::String

Returns the value of attribute admin_account_id.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def 
  @admin_account_id
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def data
  @data
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def next_token
  @next_token
end

#service_type"WAF", ...

Returns the value of attribute service_type.

Returns:

  • ("WAF", "WAFV2", "SHIELD_ADVANCED", "SECURITY_GROUPS_COMMON", "SECURITY_GROUPS_CONTENT_AUDIT", "SECURITY_GROUPS_USAGE_AUDIT", "NETWORK_FIREWALL", "DNS_FIREWALL", "THIRD_PARTY_FIREWALL", "IMPORT_NETWORK_FIREWALL", "NETWORK_ACL_COMMON")


418
419
420
# File 'sig/types.rbs', line 418

def service_type
  @service_type
end