Class: Aws::Types::ActiveDirectoryBackupAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_id::String

Returns the value of attribute active_directory_id.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def active_directory_id
  @active_directory_id
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def domain_name
  @domain_name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def resource_arn
  @resource_arn
end