Class: Aws::Types::FirewallRuleTypeDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def display_name
  @display_name
end

#rule_type::String

Returns the value of attribute rule_type.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def rule_type
  @rule_type
end

#subscription_infoTypes::SubscriptionInfo

Returns the value of attribute subscription_info.



520
521
522
# File 'sig/types.rbs', line 520

def subscription_info
  @subscription_info
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def value
  @value
end