Class: Aws::Types::StorageConnector
- Inherits:
-
Object
- Object
- Aws::Types::StorageConnector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_type ⇒ "HOMEFOLDERS", ...
Returns the value of attribute connector_type.
-
#domains ⇒ ::Array[::String]
Returns the value of attribute domains.
-
#domains_require_admin_consent ⇒ ::Array[::String]
Returns the value of attribute domains_require_admin_consent.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#connector_type ⇒ "HOMEFOLDERS", ...
Returns the value of attribute connector_type.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def connector_type @connector_type end |
#domains ⇒ ::Array[::String]
Returns the value of attribute domains.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def domains @domains end |
#domains_require_admin_consent ⇒ ::Array[::String]
Returns the value of attribute domains_require_admin_consent.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def @domains_require_admin_consent end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def resource_identifier @resource_identifier end |