Class: Aws::Types::StandbyWorkspace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_replication"NO_REPLICATION", "PRIMARY_AS_SOURCE"

Returns the value of attribute data_replication.

Returns:

  • ("NO_REPLICATION", "PRIMARY_AS_SOURCE")


1410
1411
1412
# File 'sig/types.rbs', line 1410

def data_replication
  @data_replication
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def directory_id
  @directory_id
end

#primary_workspace_id::String

Returns the value of attribute primary_workspace_id.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def primary_workspace_id
  @primary_workspace_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1409
1410
1411
# File 'sig/types.rbs', line 1409

def tags
  @tags
end

#volume_encryption_key::String

Returns the value of attribute volume_encryption_key.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def volume_encryption_key
  @volume_encryption_key
end