Class: Aws::Types::UpdateFirewallAnalysisSettingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_analysis_types::Array[("TLS_SNI" | "HTTP_HOST")]

Returns the value of attribute enabled_analysis_types.

Returns:

  • (::Array[("TLS_SNI" | "HTTP_HOST")])


1820
1821
1822
# File 'sig/types.rbs', line 1820

def enabled_analysis_types
  @enabled_analysis_types
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def firewall_name
  @firewall_name
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def update_token
  @update_token
end