Class: Aws::Types::CreateRuleInput

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


1497
1498
1499
# File 'sig/types.rbs', line 1497

def action
  @action
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def description
  @description
end

#detailTypes::RuleDetail

Returns the value of attribute detail.

Returns:



1499
1500
1501
# File 'sig/types.rbs', line 1499

def detail
  @detail
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def domain_identifier
  @domain_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def name
  @name
end

#scopeTypes::RuleScope

Returns the value of attribute scope.

Returns:



1498
1499
1500
# File 'sig/types.rbs', line 1498

def scope
  @scope
end

#targetTypes::RuleTarget

Returns the value of attribute target.

Returns:



1496
1497
1498
# File 'sig/types.rbs', line 1496

def target
  @target
end