Class: Aws::Types::EbsSnapshotConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


365
366
367
# File 'sig/types.rbs', line 365

def groups
  @groups
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def kms_key_id
  @kms_key_id
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:

  • (::Array[::String])


364
365
366
# File 'sig/types.rbs', line 364

def user_ids
  @user_ids
end