Class: Aws::Types::CreateAccessRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def external_id
  @external_id
end

#home_directory::String

Returns the value of attribute home_directory.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def home_directory
  @home_directory
end

#home_directory_mappings::Array[Types::HomeDirectoryMapEntry]

Returns the value of attribute home_directory_mappings.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def home_directory_mappings
  @home_directory_mappings
end

#home_directory_type"PATH", "LOGICAL"

Returns the value of attribute home_directory_type.

Returns:

  • ("PATH", "LOGICAL")


77
78
79
# File 'sig/types.rbs', line 77

def home_directory_type
  @home_directory_type
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def policy
  @policy
end

#posix_profileTypes::PosixProfile

Returns the value of attribute posix_profile.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def posix_profile
  @posix_profile
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def role
  @role
end

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def server_id
  @server_id
end