Class: Aws::Types::GetRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#listener_identifier::String

Returns the value of attribute listener_identifier.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def listener_identifier
  @listener_identifier
end

#rule_identifier::String

Returns the value of attribute rule_identifier.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def rule_identifier
  @rule_identifier
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def service_identifier
  @service_identifier
end