Class: Aws::Types::RuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#action"CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"

Returns the value of attribute action.

Returns:

  • ("CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST")


5496
5497
5498
# File 'sig/types.rbs', line 5496

def action
  @action
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


5490
5491
5492
# File 'sig/types.rbs', line 5490

def identifier
  @identifier
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


5499
5500
5501
# File 'sig/types.rbs', line 5499

def last_updated_by
  @last_updated_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5493
5494
5495
# File 'sig/types.rbs', line 5493

def name
  @name
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


5491
5492
5493
# File 'sig/types.rbs', line 5491

def revision
  @revision
end

#rule_type"METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"

Returns the value of attribute rule_type.

Returns:

  • ("METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT")


5492
5493
5494
# File 'sig/types.rbs', line 5492

def rule_type
  @rule_type
end

#scopeTypes::RuleScope

Returns the value of attribute scope.

Returns:



5497
5498
5499
# File 'sig/types.rbs', line 5497

def scope
  @scope
end

#targetTypes::RuleTarget

Returns the value of attribute target.

Returns:



5495
5496
5497
# File 'sig/types.rbs', line 5495

def target
  @target
end

#target_type"DOMAIN_UNIT"

Returns the value of attribute target_type.

Returns:

  • ("DOMAIN_UNIT")


5494
5495
5496
# File 'sig/types.rbs', line 5494

def target_type
  @target_type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


5498
5499
5500
# File 'sig/types.rbs', line 5498

def updated_at
  @updated_at
end