Class: Aws::Types::DomainEntry
- Inherits:
-
Object
- Object
- Aws::Types::DomainEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_alias ⇒ Boolean
Returns the value of attribute is_alias.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def id @id end |
#is_alias ⇒ Boolean
Returns the value of attribute is_alias.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def is_alias @is_alias end |
#name ⇒ ::String
Returns the value of attribute name.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def name @name end |
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def end |
#target ⇒ ::String
Returns the value of attribute target.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def target @target end |
#type ⇒ ::String
Returns the value of attribute type.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def type @type end |