Class: Aws::Types::IceServer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def password
  @password
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:

  • (::Integer)


33
34
35
# File 'sig/types.rbs', line 33

def ttl
  @ttl
end

#uris::Array[::String]

Returns the value of attribute uris.

Returns:

  • (::Array[::String])


30
31
32
# File 'sig/types.rbs', line 30

def uris
  @uris
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def username
  @username
end