Class: Aws::Types::CreateDirectoryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applied_schema_arn::String

Returns the value of attribute applied_schema_arn.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def applied_schema_arn
  @applied_schema_arn
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def directory_arn
  @directory_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def name
  @name
end

#object_identifier::String

Returns the value of attribute object_identifier.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def object_identifier
  @object_identifier
end