Class: Aws::Types::CreateShareResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#share_id::String

Returns the value of attribute share_id.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def share_id
  @share_id
end

#share_name::String

Returns the value of attribute share_name.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def share_name
  @share_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVATING", "ACTIVE", "DELETING", "DELETED", "FAILED")


412
413
414
# File 'sig/types.rbs', line 412

def status
  @status
end