Class: Aws::Types::DomainEntry

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)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def id
  @id
end

#is_aliasBoolean

Returns the value of attribute is_alias.

Returns:

  • (Boolean)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def is_alias
  @is_alias
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def name
  @name
end

#options::Hash[::String, ::String]

Returns the value of attribute options.

Returns:

  • (::Hash[::String, ::String])


1256
1257
1258
# File 'sig/types.rbs', line 1256

def options
  @options
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def target
  @target
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def type
  @type
end