Class: Aws::Types::ResolverRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def arn
  @arn
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def creator_request_id
  @creator_request_id
end

#delegation_record::String

Returns the value of attribute delegation_record.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def delegation_record
  @delegation_record
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def domain_name
  @domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def id
  @id
end

#modification_time::String

Returns the value of attribute modification_time.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def modification_time
  @modification_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def name
  @name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def owner_id
  @owner_id
end

#resolver_endpoint_id::String

Returns the value of attribute resolver_endpoint_id.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def resolver_endpoint_id
  @resolver_endpoint_id
end

#rule_type"FORWARD", ...

Returns the value of attribute rule_type.

Returns:

  • ("FORWARD", "SYSTEM", "RECURSIVE", "DELEGATE")


1112
1113
1114
# File 'sig/types.rbs', line 1112

def rule_type
  @rule_type
end

#share_status"NOT_SHARED", ...

Returns the value of attribute share_status.

Returns:

  • ("NOT_SHARED", "SHARED_WITH_ME", "SHARED_BY_ME")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def share_status
  @share_status
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETE", "DELETING", "UPDATING", "FAILED")


1110
1111
1112
# File 'sig/types.rbs', line 1110

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def status_message
  @status_message
end

#target_ips::Array[Types::TargetAddress]

Returns the value of attribute target_ips.

Returns:



1114
1115
1116
# File 'sig/types.rbs', line 1114

def target_ips
  @target_ips
end