Class: Aws::Types::CreateResolverRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def creator_request_id
  @creator_request_id
end

#delegation_record::String

Returns the value of attribute delegation_record.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def delegation_record
  @delegation_record
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def domain_name
  @domain_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def name
  @name
end

#resolver_endpoint_id::String

Returns the value of attribute resolver_endpoint_id.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def resolver_endpoint_id
  @resolver_endpoint_id
end

#rule_type"FORWARD", ...

Returns the value of attribute rule_type.

Returns:

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


246
247
248
# File 'sig/types.rbs', line 246

def rule_type
  @rule_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def tags
  @tags
end

#target_ips::Array[Types::TargetAddress]

Returns the value of attribute target_ips.

Returns:



248
249
250
# File 'sig/types.rbs', line 248

def target_ips
  @target_ips
end