Class: Aws::Types::DeleteDataRepositoryAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def association_id
  @association_id
end

#delete_data_in_file_systemBoolean

Returns the value of attribute delete_data_in_file_system.

Returns:

  • (Boolean)


661
662
663
# File 'sig/types.rbs', line 661

def delete_data_in_file_system
  @delete_data_in_file_system
end

#lifecycle"CREATING", ...

Returns the value of attribute lifecycle.

Returns:

  • ("CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED")


660
661
662
# File 'sig/types.rbs', line 660

def lifecycle
  @lifecycle
end