Class: Aws::Types::CreateFolderResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def arn
  @arn
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def folder_id
  @folder_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def status
  @status
end