Class: Aws::Types::EFSAuthorizationConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_id::String

Returns the value of attribute access_point_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def access_point_id
  @access_point_id
end

#iam"ENABLED", "DISABLED"

Returns the value of attribute iam.

Returns:

  • ("ENABLED", "DISABLED")


567
568
569
# File 'sig/types.rbs', line 567

def iam
  @iam
end