Class: Aws::Types::ActiveDirectoryBackupAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ActiveDirectoryBackupAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
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.
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.
20 21 22 |
# File 'sig/types.rbs', line 20 def resource_arn @resource_arn end |