Class: Aws::Types::GetRuleOutput

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


3211
3212
3213
# File 'sig/types.rbs', line 3211

def action
  @action
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3216
3217
3218
# File 'sig/types.rbs', line 3216

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3218
3219
3220
# File 'sig/types.rbs', line 3218

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3215
3216
3217
# File 'sig/types.rbs', line 3215

def description
  @description
end

#detailTypes::RuleDetail

Returns the value of attribute detail.

Returns:



3213
3214
3215
# File 'sig/types.rbs', line 3213

def detail
  @detail
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


3206
3207
3208
# File 'sig/types.rbs', line 3206

def identifier
  @identifier
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


3219
3220
3221
# File 'sig/types.rbs', line 3219

def last_updated_by
  @last_updated_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3208
3209
3210
# File 'sig/types.rbs', line 3208

def name
  @name
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


3207
3208
3209
# File 'sig/types.rbs', line 3207

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


3209
3210
3211
# File 'sig/types.rbs', line 3209

def rule_type
  @rule_type
end

#scopeTypes::RuleScope

Returns the value of attribute scope.

Returns:



3212
3213
3214
# File 'sig/types.rbs', line 3212

def scope
  @scope
end

#targetTypes::RuleTarget

Returns the value of attribute target.

Returns:



3210
3211
3212
# File 'sig/types.rbs', line 3210

def target
  @target
end

#target_type"DOMAIN_UNIT"

Returns the value of attribute target_type.

Returns:

  • ("DOMAIN_UNIT")


3214
3215
3216
# File 'sig/types.rbs', line 3214

def target_type
  @target_type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3217
3218
3219
# File 'sig/types.rbs', line 3217

def updated_at
  @updated_at
end