Class: Aws::Types::IceServer
- Inherits:
-
Object
- Object
- Aws::Types::IceServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password ⇒ ::String
Returns the value of attribute password.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
-
#uris ⇒ ::Array[::String]
Returns the value of attribute uris.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ ::String
Returns the value of attribute password.
32 33 34 |
# File 'sig/types.rbs', line 32 def password @password end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
33 34 35 |
# File 'sig/types.rbs', line 33 def ttl @ttl end |
#uris ⇒ ::Array[::String]
Returns the value of attribute uris.
30 31 32 |
# File 'sig/types.rbs', line 30 def uris @uris end |
#username ⇒ ::String
Returns the value of attribute username.
31 32 33 |
# File 'sig/types.rbs', line 31 def username @username end |