Class: Aws::Types::StorageConnector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_type"HOMEFOLDERS", ...

Returns the value of attribute connector_type.

Returns:

  • ("HOMEFOLDERS", "GOOGLE_DRIVE", "ONE_DRIVE")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def connector_type
  @connector_type
end

#domains::Array[::String]

Returns the value of attribute domains.

Returns:

  • (::Array[::String])


1484
1485
1486
# File 'sig/types.rbs', line 1484

def domains
  @domains
end

Returns the value of attribute domains_require_admin_consent.

Returns:

  • (::Array[::String])


1485
1486
1487
# File 'sig/types.rbs', line 1485

def domains_require_admin_consent
  @domains_require_admin_consent
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def resource_identifier
  @resource_identifier
end