Class: Aws::Types::UpdateRuleOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

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")


6829
6830
6831
# File 'sig/types.rbs', line 6829

def action
  @action
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6833
6834
6835
# File 'sig/types.rbs', line 6833

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6835
6836
6837
# File 'sig/types.rbs', line 6835

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6832
6833
6834
# File 'sig/types.rbs', line 6832

def description
  @description
end

#detailTypes::RuleDetail

Returns the value of attribute detail.

Returns:



6831
6832
6833
# File 'sig/types.rbs', line 6831

def detail
  @detail
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6824
6825
6826
# File 'sig/types.rbs', line 6824

def identifier
  @identifier
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


6836
6837
6838
# File 'sig/types.rbs', line 6836

def last_updated_by
  @last_updated_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6826
6827
6828
# File 'sig/types.rbs', line 6826

def name
  @name
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


6825
6826
6827
# File 'sig/types.rbs', line 6825

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")


6827
6828
6829
# File 'sig/types.rbs', line 6827

def rule_type
  @rule_type
end

#scopeTypes::RuleScope

Returns the value of attribute scope.

Returns:



6830
6831
6832
# File 'sig/types.rbs', line 6830

def scope
  @scope
end

#targetTypes::RuleTarget

Returns the value of attribute target.

Returns:



6828
6829
6830
# File 'sig/types.rbs', line 6828

def target
  @target
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6834
6835
6836
# File 'sig/types.rbs', line 6834

def updated_at
  @updated_at
end