Class: Aws::Types::CreateTelemetryRuleForOrganizationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ruleTypes::TelemetryRule

Returns the value of attribute rule.



140
141
142
# File 'sig/types.rbs', line 140

def rule
  @rule
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def rule_name
  @rule_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


141
142
143
# File 'sig/types.rbs', line 141

def tags
  @tags
end