Class: Aws::Types::ResolverRuleAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def name
  @name
end

#resolver_rule_id::String

Returns the value of attribute resolver_rule_id.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def resolver_rule_id
  @resolver_rule_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "COMPLETE", "DELETING", "FAILED", "OVERRIDDEN")


1129
1130
1131
# File 'sig/types.rbs', line 1129

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def status_message
  @status_message
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def vpc_id
  @vpc_id
end