Class: Aws::Types::CreateRuleOutput

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


1510
1511
1512
# File 'sig/types.rbs', line 1510

def action
  @action
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def description
  @description
end

#detailTypes::RuleDetail

Returns the value of attribute detail.

Returns:



1512
1513
1514
# File 'sig/types.rbs', line 1512

def detail
  @detail
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def name
  @name
end

#rule_type"METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"

Returns the value of attribute rule_type.

Returns:

  • ("METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT")


1508
1509
1510
# File 'sig/types.rbs', line 1508

def rule_type
  @rule_type
end

#scopeTypes::RuleScope

Returns the value of attribute scope.

Returns:



1511
1512
1513
# File 'sig/types.rbs', line 1511

def scope
  @scope
end

#targetTypes::RuleTarget

Returns the value of attribute target.

Returns:



1509
1510
1511
# File 'sig/types.rbs', line 1509

def target
  @target
end

#target_type"DOMAIN_UNIT"

Returns the value of attribute target_type.

Returns:

  • ("DOMAIN_UNIT")


1513
1514
1515
# File 'sig/types.rbs', line 1513

def target_type
  @target_type
end