Class: Aws::Types::PrivateDnsNameConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


15271
15272
15273
# File 'sig/types.rbs', line 15271

def name
  @name
end

#state"pendingVerification", ...

Returns the value of attribute state.

Returns:

  • ("pendingVerification", "verified", "failed")


15268
15269
15270
# File 'sig/types.rbs', line 15268

def state
  @state
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


15269
15270
15271
# File 'sig/types.rbs', line 15269

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


15270
15271
15272
# File 'sig/types.rbs', line 15270

def value
  @value
end